[...] Any suggestions on how I can easily achieve this goal?

Site Link:
http://atcofa.sfasu.edu

No easy way I'm afraid, other than to play with element widths and margins. Doing so may lead to something like this...

<http://www.gunlaug.no/tos/alien/tk/tk.htm>

...which may or may not work well enough for comfort at your end.

• In that page fixed-width elements are shoehorned into a table, which isn't a good idea. • Stylesheets and inline-styles are competing, which makes modifications hard. • Fixed height on elements containing text certainly isn't a good idea either, as a little font-resizing in browsers will create overflow and destroy everything.

Better to make up your mind if you want to use layout-tables or CSS for the entire page, and organize/style it accordingly.

regards
Georg

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to