![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've a site: http://gto.ie-studios.net/products.php that looks perfectly fine in Windows whether with IE or Firefox 1.0. But when viewed in the Linux version of Firefox 1.0, images get misaligned and breaks between then appear. Why the two different behaviors on the same browser but different OS's? Anyway, that page as an example DOES W3C HTML validate AND W3C CSS validate as well. So, there's no ERRORS per se, but I suppose there's still something I'm technically doing wrong. Could someone give me a clue what I need to remove/add/change to prevent this problem? For all I know it's happening on Mac's as well, but I don't have one to try it on. Thanks for any help! Liam |
#3
| |||
| |||
|
|
news (AT) celticbear (DOT) com wrote: I've a site: http://gto.ie-studios.net/products.php that looks perfectly fine in Windows whether with IE or Firefox 1.0. But when viewed in the Linux version of Firefox 1.0, images get misaligned and breaks between then appear. Why the two different behaviors on the same browser but different OS's? Anyway, that page as an example DOES W3C HTML validate AND W3C CSS validate as well. So, there's no ERRORS per se, but I suppose there's still something I'm technically doing wrong. Could someone give me a clue what I need to remove/add/change to prevent this problem? For all I know it's happening on Mac's as well, but I don't have one to try it on. Thanks for any help! Liam Whats the difference in resolutions between the machines? |
#4
| |||
| |||
|
|
What I'm going to do is download Opera browser when I get back to work Wednesday, set it to emulate IE6 and see if that makes a difference. I assume when Opera emulates IE6 it's emulating its fast and fancy free way of dealing with code. =) But, maybe not. Maybe all it does is tell the Web server that it's a different browser than it is. |
#5
| |||
| |||
|
|
I've a site: http://gto.ie-studios.net/products.php that looks perfectly fine in Windows whether with IE or Firefox 1.0. But when viewed in the Linux version of Firefox 1.0, images get misaligned and breaks between then appear. Why the two different behaviors on the same browser but different OS's? |
#6
| |||
| |||
|
|
news (AT) celticbear (DOT) com wrote: I've a site: http://gto.ie-studios.net/products.php that looks perfectly fine in Windows whether with IE or Firefox 1.0. But when viewed in the Linux version of Firefox 1.0, images get misaligned and breaks between then appear. Why the two different behaviors on the same browser but different OS's? The two different behaviors are because the text input (under "Search") has different widths. The width of text inputs that have 'auto' width is determined from: 1. the number of characters the text input is supposed to contain, which comes from the size attribute (28 in this case) or its default value and 2. the font's metrics for average and maximum character width. The formula is different depending on whether the font is monospace or proportional. |
![]() |
| Thread Tools | |
| Display Modes | |
| |