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 exchange

Well, 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).


FirstPrevious12NextEnd

More Related Questions and Answers ...
  • When I launch IE my homepage is replaced by a..
  • HTML page in IE and FireFox URGENT Q?
  • Both Firefox and IE unable to connect to inte..
  • Website help, html css editing pls, looks wei..
  • How to make web browser like IE?
  • Please Help! IE9 Keeps reading FF CSS when us..
  • Why are the IE 7 fixes NOT working for my Fla..
  • CSS Issues With IE - Can Anyone Explain?
  • What is going on with my IE 7?
  • The following page cannot shown in ie, anybod..
  • Only works in IE? Help!?
  • Problems with page in IE and Firefox?
  • Firefox not working, but IE is?
  • Anyone ever have an IE virus that won&#03..
  • Website is good in IE but not in Firefox?
  • IMPORTANT UPDATE - Resolves "slow" ..
  • Zero-Day Exploit Targets IE?
  • I just upgraded to IE 7 and now can'..
  • Can you help me change my Firefox/IE settings..

  • The information post by website user , we not guarantee correctness.