« Headlines | Main | Virus Alert »
June 02, 2005
More CSS Problems
According to a comment from Pete on this article, the sidebar is turning into a "bottom bar" for his browser. No worries, I came across a hack for windows when I was looking for something different. Now, where is google. Ah yes, I was thinking about the excellent Learning MovableType blog which recommends (in this article)that you change: width: 700px;
into width: 702px;
in the section labelled #container {
.
Unfortunately, my stylesheet uses: width: 90%;
so that didn't work. Anyone else got any ideas?
Posted by Ozguru at June 2, 2005 08:00 AM
Trackback Pings
TrackBack URL for this entry:
http://blog.mu.nu/cgi/mt-tb.cgi/83938
Listed below are links to weblogs that reference More CSS Problems:
» CSS Fixed from G'Day Mate MkII
I think all of the CSS problems (on the main page and the single entry pages) are now resolved. Now I know you are all dying to know how I solved it... I asked someone who knows more about web technology than... [Read More]
Tracked on June 2, 2005 10:28 PM
Comments
Posted by: Ozguru at June 2, 2005 09:10 AM
Posted by: Ozguru at June 2, 2005 10:12 AM
BODY TOPMARGIN="0" RIGHTMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0"
The TOPMARGIN LEFT and RIGHT concern Win, while MARGINWIDTH and HEIGHT concern Mac
Posted by: Pete at June 2, 2005 10:46 AM
Posted by: Ozguru at June 2, 2005 11:12 AM
Only other thing I can think of is that some of the side bar mayerial may be too wide (i.e. no breaks) and is pushing out the size because you use % rather than a fixed number.
Posted by: Pete at June 2, 2005 06:44 PM