|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I need some sort of workaround for a DIV height in IE6. The page renders fine in Firefox, Netscape and Opera.
I'm ready to resort to a table!! Here's the page: www.katestreasure.com Here's my CSS: #item { float: left; clear: inherit; width: 120px; text-align: left; padding: 5px; margin: 2px 2px 2px 2px; height: 220px; border: 1px solid #CCCCCC; vertical-align: top; } #item p { padding: 0px 0px 5px 0px; font-size: .9em; line-height: 1.1em; } #item .Price { margin: 0px; font-style: italic; } |
|
||||
|
The problem with the flow is if the box in the middle of the "row" is longer than the text to the right of it, the box below gets "stuck" on the longer box and can't align all the way to the left.
I hope I'm explaining it correctly. |
|
||||
|
As an aside, one nice advantage of setting up a "faux" table with DIVs is I can delete one product and put in another where ever I want it to appear without having to move around cells the way you do with real tables.
Thanks again, BJ. As ever, your eagle eye sees it all! |
|
||||
|
Did you try the display: table properties?
dizque.lacalabaza.net/temp/full-width-navigation-bar-with-css.html This is written up to apply to a horizontal menu, but it might fit for your situation. |
|
||||
|
Well, I hate to say this since I try to not use them, but since this is tabular data, a table for that part of the design really is suitable. It'll avoid the font resizing problem, since all row cells will height-expand together with the text. I'd try doing it without specifying heights.
Good luck! |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |