Hi There;
I am relatively new to css and am having a big problem. My left margin is showing up fine in all browsers including ie8 but it put my navigation images in the center of the page in ie7. I have been searching google for hours and trying many suggestions I have found, but nothing I have tried fixes it. Can anyone tell me what I am doing wrong here?
This is my css
Here is the html:
I am relatively new to css and am having a big problem. My left margin is showing up fine in all browsers including ie8 but it put my navigation images in the center of the page in ie7. I have been searching google for hours and trying many suggestions I have found, but nothing I have tried fixes it. Can anyone tell me what I am doing wrong here?
This is my css
Code:
#div4 { background-image: url(plank.gif); background-repeat: no-repeat; height: 36px; width: 136px; position: relative; top: 300px; left: -15px; }
Code:
<div id="div4">Home</div>
Comment