Previous Message
Next Message

Re: Poke holes in my new 3-col css structure? This one has it all

Sent by Mary Ellen Curtin on 10 February 2004 19:07


continuing to crawl around in Piefecta code, here --

You have:

/* Prevents long urls from breaking layout in IE */
..left, .right, .center {word-wrap: break-word;}

/* \*/
* html .left a, * html .container-left, * html .container-right, * html
..outer {height: 1%;}
/* */

Is there any reason not to make it:

..outer {word-wrap: break-word;}

/* \*/
* html .outer {height: 1%;}
/* */

-- given that .outer is a parent to all the others. It seems to work for me
so far . . .

Mary Ellen
Doctor Science, MA

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message