Topic: CSS positioning in IE & FF |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 05-03-2005 08:43
this works pretty good for me in IE 6, but in FF 1.0.3 it brings the content down and spans 100%. I am thinking this might have some thing to do with the 100% table width, but I had assumed it would be 100% of the containing content div. any thoughts? code: body {
|
Maniac (V) Mad Scientist From: :morF |
posted 05-03-2005 11:55
Ummm... the currently uploaded bage doesn't actualy link to a stylesheet. The link tag reads: code: <link rel="stylesheet" type="text/css" href=".css">
|
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 05-03-2005 15:23
That's because you're visiting it for the first time and I X I still hasn't designated a default stylesheet to display when the cookie he's checking is not set (which would be the case for first-time visitors). He'll get around to it eventually, we hope. |
Paranoid (IV) Inmate From: beyond the gray sky |
posted 05-03-2005 22:17
well, I tried putting this little bit of PHP at the top of my index page code: if (!isset($_COOKIE["userstyle"])) {
|
Maniac (V) Mad Scientist From: :morF |
posted 05-04-2005 01:15
this is causing your problem: code: #content {
|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 05-04-2005 22:00
wrong forum but... code: if (!isset($_COOKIE["userstyle"])) {
|
Paranoid (IV) Inmate From: beyond the gray sky |
posted 05-05-2005 07:30
wrong forum, I know, but I didn't want to start yet another thread on basically the same topic. |