Previous Message
Next Message

My CSS on new site only works in Gecko based browsers

Sent by Ryan La Riviere on 30 November 2003 02:02


On 11/29/2003 12:36, "Nancy" [EMAIL-REMOVED]> wrote:

> 1) The footer appeared behind the right column. Removing postion:
> relative; from "body" put it where it belonged without screwing anything
> up in my other two browsers.
>
> 2) "Links" did not fill down to the footer. To fix this without hacks
> add a div id="left" enclosing links and contact.
> #left  {
> background: #006633;
> height : 100%;
> }
> Add height : 100%; to #body (for IE)
> 
> Add height : 100%; to #body (for IE)
> 
> Add height : 100%; to #links (for Mozilla)
> 
> Add background : white; to #content (for Opera)
> 
> vertical-align : baseline; in #content wasn't doing anything! I just
> reread the definition
> ( <http://www.meyerweb.com/eric/css/references/css2ref.html> 10.8) and
> it didn't help, but there are some illustrations out there that are
> illuminating.

I did the above and now everything works except now the footer is scrunched
under the left link area in IE/Win.  Any ideas?

-Ryan

-- 

Ryan La Riviere
http://staff.tdec.drexel.edu/~edljedi


______________________________________________________________________
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

Message thread:

Possibly related: