Quote:
Originally Posted by Webtechi
maybe try
in your footer tag
position: relative;
bottom: 30px
|
Thank you!! This works - it does hide the last line of the content in the container when it exceeds the browser height but I'm happy to use line breaks
Quote:
Originally Posted by serandfae
For the sidebar problem, put all your content in a container div that specifies 100% width. If that skews things too much in the other browsers, put that rule in conditional comments just for IE.
|
I don't understand - put all the content (sidebar + container + footer) into another container? Also, I have no idea how conditional comments work! but, I will look into it.
EDIT: I think the sidebar problem is solved - I added left:0 to #leftside and it seems to have done the trick. Just got to test on other browsers...
Last edited by rkesh45; 11-09-2008 at 07:55 AM..
|