Reply
Whoops! Edited Template Need Help!
Old 07-20-2007, 06:53 PM Whoops! Edited Template Need Help!
Experienced Talker

Posts: 41
I downloaded a template and began using it, I like the way it looks and functions, the problem, I added a new button in the links on the homepage. It looks perfect in FireFox, but looks like crap in Internet Explorer. How can I fix this?

www.kansascityfantasy.com
tpflanz is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 07-20-2007, 09:23 PM Re: Whoops! Edited Template Need Help!
LadynRed's Avatar
Super Moderator

Posts: 6,743
Location: Tennessee
GEEZZ.. get rid of that horrid <font> tag ! Use the CSS to style your header !
With the addition of the extra button they are too wide to fit inside the container, so IE 'drops' the last one down to where it has room.

You're running into IE's double-float margin bug. This happens when you have an element floated and then you add margin in the same direction. In your case it's this:

#nav li {
width: 7em;
float: left;
margin: 0 0.3em;
padding: 0;
}

Add "display:inline" for IE and it should stop that nonsense.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-21-2007, 01:32 AM Re: Whoops! Edited Template Need Help!
Experienced Talker

Posts: 41
Thanks for the help. It worked.
tpflanz is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Whoops! Edited Template Need Help!
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13875 seconds with 12 queries