CSS background/nav bar issues IE?
Coupon Codes, Rebates & Free Shipping Codes
PCmover - $15 Off with Coupon Code S6ch2
muvee Reveal takes your photos, video and music
and automatically creates your own highly polished
personal muvee.
Visit the Nuance store today
Download a Free Trial of Acronis True Image 2009
Visit the CA US Store!
10% Off - 1 YR - Trend Micro Internet
Security 2009 - Coupon Code: TrendIS.
Get 10% off any purchase at MacSpeech.com
when you use the coupon code DICTATE10!
Get PowerDirector 7 Ultra from Cyberlink - optimized
for Intel Core i7
Hello I am currently coding CSS/HTML for a web page. (I normally use just html but I'm going to the dark side it looks like more fun there)
Heres my issue
My css background image looks great in firefox/safari but cuts it off about 20 pixels in IE (PC/Mac) I have google searched can't find the exact problem
.content{
background:url(home_bg3.jpg);
width:785px;
height:1130px;
padding:10px;
position: absolute;
top: 6px;
left: 350px;
}
Second issue My nav bar is about 20 pixel thinner and 20 pixels shorter in IE then in Firefox and Safari
.navt{
background:#000033;
width:729px;
height:25px;
position:absolute;
top:99px;
left:378px;
padding:10px;
}
here is the webpage www.damnpests.com
thanks
CSS background/nav bar issues IE?microsoft exchangeWell, I'm having a hard time narrowing it down there...but my first educated guess would be to zero the page margins...
Like this:
body {margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;}
You might try cleaning up your code a bit too...a bit difficult to interpret, what with the style names being ambiguous (style1 style 2 etc...better named "headerstyle" or "navstyle" or something like that).
More Related Questions and Answers ...
The information post by website user , we not guarantee correctness.
