View Full Version : Odd CSS problem
Joe Siegler
01-20-2005, 09:52 AM
I spent several hours last night trying to figure out a css problem I've been having. I'm about to friggin throw a brick through my monitor, so I'm throwing it out here to see if anyone who is good with css can figure out what the hell I'm doing wrong. I've already detailed the problem in the link below, go read that.
http://www.movabletype.org/support/index...=16&t=48845 (http://www.movabletype.org/support/index.php?s=53020a7c45f29c6632da3a40d2ec4a84&act=ST&f=16&t=48845)
biXen
01-20-2005, 11:44 AM
Hey Joe, annoying problem indeed, I've been there.
I think putting this in your body css tag will help you out:
width: 98%;
So it looks like this:
body {
width: 98%;
margin: 0px 0px 0px 0px;
background-color: #ffffff;
text-align: center;
}
IwantMORE
01-20-2005, 11:53 AM
It works fine on the Mac IE, I'm not on the PC at the mo so it's hard to say without seeing the problem, the css looks fine.
Repeat after me "Bloody IE"
Joe Siegler
01-20-2005, 01:40 PM
biXen said:
Hey Joe, annoying problem indeed, I've been there.
I think putting this in your body css tag will help you out:
<snip>
http://forums.3drealms.com/ubbthreads/images/graemlins/woot.gif
That worked! Thanks a bunch! http://forums.3drealms.com/ubbthreads/images/graemlins/smile.gif
biXen
01-20-2005, 05:16 PM
No problemo http://forums.3drealms.com/ubbthreads/images/graemlins/smile.gif
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.