![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have 2 div blocks with each div taking up half of the page width. So in the CSS they both have width: 50%. See http://home.scarlet.be/~vv991306/leftright.html In Mozilla Firefox and Opera, depending on the width of the browser window, sometimes there is a 1 pixel gap between the 2 div blocks. In Internet Explorer, this is never the case. I think I know why the gap is sometimes there: Firefox and Opera probably calculate the width of 1 div block as page width divided by 2. If the page width is an even number, then the sum of the 2 widths equals to the page width. But if the page width is an odd number then the sum of the 2 widths + 1px = page width. This probably is the reason for the 1 pixel gap. The question is: anyone knows of a way to avoid this problem? I find setting both one of the div widths to 51% not a nice solution, because I want my two blocks to have equal widths and 51% makes quite a big difference. Any ideas? |
![]() |
| Thread Tools | |
| Display Modes | |
| |