Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-29-2007, 06:44 PM   PM User | #1
adamerhoads
New to the CF scene

 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
adamerhoads is an unknown quantity at this point
Question help with spacing problems in IE

http://www.tightconnection.com/stea1.htm
http://www.tightconnection.com/stea1.css

this is the first page i have done in CSS. when opened in IE there are spaces between links on the navbar and between entries on the 'new & notes' section. they are not supposed to be there and do not show up in other browsers.

i have tried a fix found on the internet but did not work. can anyone help? thanks
adamerhoads is offline   Reply With Quote
Old 06-04-2007, 01:10 AM   PM User | #2
koyama
Senior Coder

 
koyama's Avatar
 
Join Date: Dec 2006
Location: Copenhagen, Denmark
Posts: 1,246
Thanks: 1
Thanked 5 Times in 5 Posts
koyama will become famous soon enough
Did you manage to get the problem fixed?

I would recommend that you use a complete doctype declaration. Your page is currently rendered in quirks mode.

Instead of this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Use this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/REC-html40/strict.dtd">
koyama is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:46 AM.


Advertisement
Log in to turn off these ads.