Forum Moderators: not2easy

Message Too Old, No Replies

CSS zooming problem

Css zooming problem

         

kevinkhan

11:35 am on Mar 15, 2010 (gmt 0)

10+ Year Member



Hi Everyone.

Please have a look at this website
[corkdesigns.ie...]

Why is my bacground image not going all the way across to the right and side when i zoom in.. it stops when you zoom in 3 or 4 times...

Im testing in Firefox.

Also how come the ul drops below the footer div when you zoom out..

TheJAG

9:32 pm on Mar 17, 2010 (gmt 0)

10+ Year Member



That is because of how the browser handles the 100% value that you have for width. When you zoom in, 100% width becomes as much of the width you can see when scrolled the furthest to the left. Therefore at 300% zoom 100% width is actually 33.33~%.

As for a fix, I haven't got a clue.