![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello ciwas world. I've just found this newsgroup, and it looks really useful. I've put an example of some really irritating IE6 behaviour at: http://www.devany.com/example.html This is a header/navbar/content layout that shows how a table in the content area will be strangely wrapped by IE. Starting from a regular sized window, reduce the width of the page. At the point at which you would expect the browser to stop resizing the table, the table will be wrapped to below the height of the navbar diff. Also, if the page height is less than the height of the navbar div, the content div will be rendered incorrectly. This is so f'd up, I'm certain someone else must have seen it and can make a workaround suggestion. |
#3
| |||
| |||
|
|
John Robin Devany wrote: Hello ciwas world. I've just found this newsgroup, and it looks really useful. I've put an example of some really irritating IE6 behaviour at: http://www.devany.com/example.html Snip If it's inelegant and crude you're looking for, try adding the following as an extra row in the table with a suitable width at * tr td colspan="6"><img src="transparent.gif" width="*" height="1"></td /tr |
#4
| |||
| |||
|
|
If it's inelegant and crude you're looking for, try adding the following as an extra row in the table with a suitable width at * tr td colspan="6"><img src="transparent.gif" width="*" height="1"></td /tr I tried your idea of the transparent gif. It doesn't solve the problem. You |
#5
| |||
| |||
|
|
Hello ciwas world. I've just found this newsgroup, and it looks really useful. I've put an example of some really irritating IE6 behaviour at: http://www.devany.com/example.html This is a header/navbar/content layout that shows how a table in the content area will be strangely wrapped by IE. Starting from a regular sized window, reduce the width of the page. At the point at which you would expect the browser to stop resizing the table, the table will be wrapped to below the height of the navbar diff. Also, if the page height is less than the height of the navbar div, the content div will be rendered incorrectly. This is so f'd up, I'm certain someone else must have seen it and can make a workaround suggestion. Any takers? |
#6
| |||
| |||
|
|
table { table-layout: fixed; } fixes it! The only problem is that IE6 then makes the table stretch the full width of |
#7
| |||
| |||
|
|
table { table-layout: fixed; } fixes it! The only problem is that IE6 then makes the table stretch the full width of the div that contains it. Mozilla and Opera allow the table to shrink wrap around the tables content, which is the normal behaviour for a table |
#8
| |||
| |||
|
|
Hello ciwas world. I've just found this newsgroup, and it looks really useful. I've put an example of some really irritating IE6 behaviour at: http://www.devany.com/example.html This is a header/navbar/content layout that shows how a table in the content area will be strangely wrapped by IE. Starting from a regular sized window, reduce the width of the page. At the point at which you would expect the browser to stop resizing the table, the table will be wrapped to below the height of the navbar diff. Also, if the page height is less than the height of the navbar div, the content div will be rendered incorrectly. This is so f'd up, I'm certain someone else must have seen it and can make a workaround suggestion. |
#9
| |||
| |||
|
|
In article <bm63rk$dpd$1 (AT) hercules (DOT) btinternet.com>, John Robin Devany <firstname (AT) lastname (DOT) com> wrote: I've put an example of some really irritating IE6 behaviour at: http://www.devany.com/example.html This is the 3px jog bug. http://www.positioniseverything.net/...reepxtest.html You could try 'position: absolute' with a suitable 'left' instead of 'float: left'. nhoJ |
#10
| |||
| |||
|
|
JP. Baker wrote: This is the 3px jog bug. http://www.positioniseverything.net/...reepxtest.html Indeed it is, thanks for the link. |
![]() |
| Thread Tools | |
| Display Modes | |
| |