Topic: need css debugging help please (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 04-23-2003 21:38
http://www.patricdesign.com/clients/cc/xphp/ code: #navi { |
Maniac (V) Inmate From: Brisbane, Australia |
posted 04-23-2003 22:24
Why do you even need margins on an absolutly positioned element? If it's absolutly positioned then what's going to rest against those margins? |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-23-2003 22:31
Things behaving differently online than they do locally sounds suspiciously to me like a cache problem. Clear all caches (temporary internet files, etc), and force-reload. Put some wacky declaration in the style sheet (like, body{color:red; background:green;}) and upload it, and see if it takes effect, so that you know for sure the style sheet isn't being cached. |
Bipolar (III) Inmate From: Cold Sweden |
posted 04-23-2003 22:35 |
Bipolar (III) Inmate From: 290 km/h, fast lane, Autobahn, Germany |
posted 04-23-2003 23:25
thanx guys, |