View Full Version : CSS Coding problem
t94xr
12-05-2003, 12:42 PM
Well my site, its working well on Mozilla & Opera but ironically, it doesnt work on Internet Explorer.
http://t94xr.no-ip.com/My%20Webz/t94xrnet/005/
Does anyone know any fixes for this?
Erich
12-05-2003, 01:26 PM
I havent looked through your css fully, and honestly Im not really sure whats wrong with the page since I neither know your design intent (you havent really mentioned it), nor have i looked at the page through Moz/Opera, but if I may offer a small piece of advice:
If you plan on not using any tables anymore, which your site implies, then while you're redesigning you should throw out every table you have completely and start from scratch. That way youre not building your css around any leftover tables, just so you throw out the tables later and have to retweak your css. the content items on your page can easily be styled with <h1> and <p> tags, and theyre MUCH easier to manipulate than the tables you have there already.
Just my spare change.
If you mean it's being shifted down a bit, a couple of margin: 0;s wouldn't go amiss.
COBOLdinosaur
12-06-2003, 01:07 AM
Try adding this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
IE uses quirky mode if yu do not specify a doctype. If the code is valid then IE will render closer to Moz using a strict DTD, but rund your code through a validator to make sure it is actually valid.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.