No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
You can do this very easily with jQuery, say by loading the content in a DIV like so: [url]http://frinity.blogspot.com/2008/06/load-remote-content-into-div-element.html[/url] Of course that won't work if the visitor has JavaScript disabled...
Well there are many ways to go about doing this. If you're talking about adding search functionality without installing anything, a very simple one is with Google Custom Search: [url]http://www.google.com/coop/cse/[/url]
Well it seems to have nothing to do with CSS: your footer is included in other <div>, like so: [CODE]<html> ... <body> <div id="page"> <div id="sidebar"> </div> <div id="content"> <div class="post"> <div class="title"> </div> <br style="clear: both;"/> <br/> <div id="footer"> // That's your footer here </div> </div> </div> </div> </body></html>[/CODE] …
The End.
fsav