Previous Message
Next Message

Float problem in IE

Sent by Kepler Gelotte on 10 February 2008 00:12


This is a multi-part message in MIME format.

--Boundary_(ID_sEkczWCqFKZejTA1/x9NjA)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT

> Here's my second problem of the day: the floated main navigation links are
> dropping down incrementally in IE 6, and are doing the same in IE 7, but
> also hiding all but the top link in IE 7 behind an image in the div below.


Hi Janie,

Try changing the <LI> elements of your navigation to inline as in:

#main_nav UL {
	FLOAT: right; MARGIN-RIGHT: 20px;
	LIST-STYLE: none
}
#main_nav UL LI {
	DISPLAY: inline
}

Regards,
Kepler Gelotte

--Boundary_(ID_sEkczWCqFKZejTA1/x9NjA)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
--Boundary_(ID_sEkczWCqFKZejTA1/x9NjA)--
Previous Message
Next Message

Message thread:

Possibly related: