![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm having trouble getting my <a href="http://www.freewebtown.com/ emailceloftis/Dashboard.html" target="_blank">layout</a> to work across all browsers. ... .... |
| In browsers other than IE I notice several problems: 1. The right column in the second row explodes out of the bottom of its container. I am not sure if there is a clean way to fix this. Can someone explain why this happens and make suggestion(s) on how to correct this? |
|
2. The Label for Row#1 is not vertically aligned on the image. How can |
#3
| |||
| |||
|
|
Remove all else to see: div img style="float:left;"src="images/arrow.jpg" title="" alt="image" table><tbody><tr><td style="height: 85px;">Label for Row#1 /td></tr></table /div |
#4
| |||
| |||
|
|
In article 19eefbf5-2630-4e2d-85d7-c78884f11... (AT) a12g2000yqm (DOT) googlegroups.com>, *"celof... (AT) gmail (DOT) com" <celof... (AT) gmail (DOT) com> wrote: I'm having trouble getting my <a href="http://www.freewebtown.com/ emailceloftis/Dashboard.html" target="_blank">layout</a> to work across all browsers. ... ... I am looking at your: http://www.freewebtown.com/emailceloftis/Dashboard_DTD_HTML_4_srict.html In browsers other than IE I notice several problems: 1. The right column in the second row explodes out of the bottom of its container. I am not sure if there is a clean way to fix this. Can someone explain why this happens and make suggestion(s) on how to correct this? You might look over http://netweaver.com.au/floatHouse/ where some of these things are explained and some differences noted between IE and other modern browsers. And some ways to deal with it. (btw, before I forget, your arrows look bad (squashed, blurry, stretched), presumably because you have not properly specified their natural width and height or at least their natural proportions. 2. The Label for Row#1 is not vertically aligned on the image. How can div id="rowTop" div id="rowTop_image" img src="images/arrow.jpg" title="" alt="image" /div table><tbody><tr><td span>Label for Row#1</span /td></tr></tbody></table *</div seems rather a complicated way to do things? Sure you can't save yourself a headache with: table><tr><td img src="images/arrow.jpg" title="" alt="..."></td td>Label for Row#1</td /tr></tbody></table which does the exact line up you seem to want? But let us suppose that the exercise is to align a bit of text inside the first cell of a table that has an image *outside* the table as in your case. Well now... shall I attempt this magic trick before my breakfast? Why not? Remove all else to see: div img style="float:left;"src="images/arrow.jpg" title="" alt="image" table><tbody><tr><td style="height: 85px;">Label for Row#1 /td></tr></table /div Have to have breakfast now! More later maybe. -- dorayme |
#5
| |||
| |||
|
|
In article doraymeRidThis-97DF68.10251114022... (AT) news-vip (DOT) optusnet.com.au>, *dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: Remove all else to see: div img style="float:left;"src="images/arrow.jpg" title="" alt="image" table><tbody><tr><td style="height: 85px;">Label for Row#1 /td></tr></table /div Your image was naturally 85 or 86px high (I forget), I did not cut out all your code or add width and height to the image element (as should be done). I mention in case this puzzles... -- dorayme |
#6
| |||
| |||
|
|
I converted the DTD to HTML 4 strict, corrected the validation errors, removed the javascripting & moved the inline styles to an external file. The modified page page can be found here: http://www.freewebtown.com/emailceloftis/Dashboard_DTD_HTML_4_srict.html. Quite an improvement! |
|
In addition to the 4 issues I listed in the original thread, you mentioned previously that the layout degrades poorly as the font size increases - any suggestions on how to deal with that? Your test case does not demonstrate the described behavior. |
#7
| |||
| |||
|
|
In article 19eefbf5-2630-4e2d-85d7-c78884f11... (AT) a12g2000yqm (DOT) googlegroups.com>, *"celof... (AT) gmail (DOT) com" <celof... (AT) gmail (DOT) com> wrote: I'm having trouble getting my <a href="http://www.freewebtown.com/ emailceloftis/Dashboard.html" target="_blank">layout</a> to work across all browsers. ... ... I am looking at your: http://www.freewebtown.com/emailceloftis/Dashboard_DTD_HTML_4_srict.html In browsers other than IE I notice several problems: 1. The right column in the second row explodes out of the bottom of its container. I am not sure if there is a clean way to fix this. Can someone explain why this happens and make suggestion(s) on how to correct this? You might look over http://netweaver.com.au/floatHouse/ where some of these things are explained and some differences noted between IE and other modern browsers. And some ways to deal with it. (btw, before I forget, your arrows look bad (squashed, blurry, stretched), presumably because you have not properly specified their natural width and height or at least their natural proportions. 2. The Label for Row#1 is not vertically aligned on the image. How can div id="rowTop" div id="rowTop_image" img src="images/arrow.jpg" title="" alt="image" /div table><tbody><tr><td span>Label for Row#1</span /td></tr></tbody></table *</div seems rather a complicated way to do things? Sure you can't save yourself a headache with: table><tr><td img src="images/arrow.jpg" title="" alt="..."></td td>Label for Row#1</td /tr></tbody></table which does the exact line up you seem to want? But let us suppose that the exercise is to align a bit of text inside the first cell of a table that has an image *outside* the table as in your case. Well now... shall I attempt this magic trick before my breakfast? Why not? Remove all else to see: div img style="float:left;"src="images/arrow.jpg" title="" alt="image" table><tbody><tr><td style="height: 85px;">Label for Row#1 /td></tr></table /div Have to have breakfast now! More later maybe. -- dorayme |
|
Your test case does not demonstrate the described behavior. |
#8
| |||
| |||
|
|
[...] Joe, I'm not sure exactly what you are referring to with this statement - can you elaborate? Your test case does not demonstrate the described behavior. Your original post was asking about the right column that was much wider |
![]() |
| Thread Tools | |
| Display Modes | |
| |