Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Website rendering spacing different. (msie vs firefox)
Old 08-29-2006, 04:48 PM Website rendering spacing different. (msie vs firefox)
Experienced Talker

Posts: 45
Name: Michael Grissinger
Trades: 0
Please view Phase 2 Communications || VoIP Home Phone, Satellite TV and related Home Services

In Internet Explorer there is excessive spacing under the HR tags in the colums. In Firefox it displays perfectly. What can I change to make IE get rid of it?
MadHatterTCM is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-29-2006, 06:27 PM Re: Website rendering spacing different. (msie vs firefox)
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Zero out the padding AND margin on the <hr>s.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-30-2006, 02:20 PM Re: Website rendering spacing different. (msie vs firefox)
Experienced Talker

Posts: 45
Name: Michael Grissinger
Trades: 0
I changed the CSS
Code:
hr {padding: 0px 0px 0px 0px;
       margin: 0px 0px 0px 0px}
should this be correct?
MadHatterTCM is offline
Reply With Quote
View Public Profile
 
Old 08-30-2006, 03:09 PM Re: Website rendering spacing different. (msie vs firefox)
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Yes.
You can shorten that to:
hr {
padding: 0;
margin: 0;
}
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Website rendering spacing different. (msie vs firefox)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





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



Page generated in 0.19217 seconds with 12 queries