|
|
#1 (permalink) |
|
Registered User
Excelling Contributor
Joined in Oct 2004
Hosted on pass61/63
623 posts
Gave thanks: 8
Thanked 2 times
|
Ok Need Coding Help
i've been working a site for the past couple months now, and i can't seem to figure out to fix some of the codes to work in IE...
Link: http://www.dublee.com/shell/ The issue is the navigation bar and the <hr> i use between each section. and yes i still need to fix that margin spacing... also what's a good way to tell the stylesheet that when the site is loaded with IE to use a specific code? thanks |
|
|
|
|
|
#2 (permalink) |
|
Surpass Fan
Super #1
Joined in Mar 2006
1,024 posts
Gave thanks: 66
Thanked 55 times
|
have you tried setting padding and margin in css?
if you want padding to be 0 for a particular item you can do padding 0px 0px 0px 0px; where you can customize each one in so for example padding 10px 0px 5px 0px; is 10px top 0px right 5px bottom 0px left. ther same applies for margin, when i code now i set all margins padding and borders to zero accross the board as it makes life so much easier |
|
|
|
|
|
#5 (permalink) |
|
Registered User
Excelling Contributor
Joined in Oct 2004
Hosted on pass61/63
623 posts
Gave thanks: 8
Thanked 2 times
|
well if you see it in Firefox everything works out fine.
but in Internet Explorer, the navigation is messed up like the borders don't go all the way down and doesn't line up correctly. also the dividers that i use between the sections don't show up the same. in Firefox, they come out correctly, 2 pixel, and the right colors. in IE, the colors don't work and the size is different. |
|
|
|