Link to home
Start Free TrialLog in
Avatar of ussher
ussherFlag for Japan

asked on

css 1px problem in IE6

IE6 is 1 pixel out  on this page

http://ayaya-net.com/      // Then click on this image link in the top right
http://img.shop-pro.jp/tmpl_img/19/headermenu_inq.gif

to get taken to
https://secure.shop-pro.jp/?mode=inq&shop_id=PA01020046

sorry i cant link directly there but the CMS system doesnt allow it.

IE6 in full screen mode is placing the background of the bottom graphic 1 px to the right.  This is the "copyright" class.  I cant figure out why.  

I cant touch the html on this page only the css.  Another FEATURE of the CMS. :(

could sombody help me isolate the CSS that is causing this outage in ie6 please

really frustrating. firefox looks fine.
ASKER CERTIFIED SOLUTION
Avatar of brunoguimaraes
brunoguimaraes
Flag of Brazil image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ussher

ASKER

Hi,

Thanks for the hint, but the problem is i dont know what to change.  notice the background-width tag that i put in..... there is no such tag.  just trying to get rid of whatever it is that is causing that space in ie6

I just cant figure out why that $#%#@ browser does everything differently...

in firefox i use firebug to instantly tell me what needs changing but in IE6 i just have to guess at everything.  I have exhauseted my limited guesses.  I have no idea why it is moving 1 px.  and only when the screen is at fullscreen display.



Avatar of ussher

ASKER

thanks brunoguimaraes,

* html .copyright{
height: 100px;
background:transparent url(http://img06.shop-pro.jp/PA01020/046/etc/wrapper_footer_cart.gif) no-repeat;
background-position:center bottom;
padding:0px;
margin-left:-1px;
border:0px;
}

i did a minus 1 on the margin and that got it.  thanks very much for your help
No problem! Glad I could help you!