In Vapor:
Header's height automaticly changes.
Please download and reccomend. Take a look at our website at http://productionsX.tk
View Ben Potter's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Hello, what code would i insert to show an image at_graphics/header_logo.png
<img src='htp://yourelggsite.com/_graphics/header_logo.png' width='100px' height='30px'></img>
thank you
Can you change the height and width without ramifications?
Of the whole header?
Well yes... if I have 145 height would it matter if the whole header was 145 pixels in height? Logo is 525 px wide as well
hello
please help
I want to put an scriptin header how it is possible.
I am sending you an example of div in html.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>sliding div</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".slidingDiv").hide();
$(".show_hide").show();
$('.show_hide').click(function(){
$(".slidingDiv").slideToggle();
});
});
</script>
<style type="text/css">
.slidingDiv {
height:300px;
background-color: #99CCFF;
padding:20px;
margin-top:10px;
border-bottom:5px solid #3399FF;
}
.show_hide {
display:none;
}
</style>
</head>
<body>
<a href="#" class="show_hide">Show/hide</a>
<div class="slidingDiv">
Fill this space with really interesting content. <a href="#" class="show_hide">hide</a></div>
</body>
</html>
when I type script, css and other html code it does not work in elgg
please help
I sent you a PM. Please check it out