I have a layout similar to:
I would like for the div
to only exp
this content inside the div being inside a table, needs no inline properties and the table is the one expanding to the content of this div =)
I know people don't like tables sometimes, but I gotta tell you, I tried the css inline hacks, and they kinda worked in some divs but in others didn't, so, it was really just easier to enclose the expanding div in a table...and...it can have or not the inline property and still the table is the one that's gonna hold the total width of the content. =)