Previous Message
Next Message

css problems

Sent by Bob Easton on 13 November 2004 13:01


[EMAIL-REMOVED] wrote:

> Hi...I'm new to the list and need some help from some veterans on 
> a no-table css layout. I'm doing a site for a client that is totally no 
> tables (was doing the table layout with css from a tut at project vii) 
> and I'm having problems already getting the menu, which is on the 
> right, to stay within the main container. It shows that it is inside in 
> IE6 but not in Firefox. Can someone take a look and tell me what 
> may be wrong? Here's the address (and source will give you info 
> on the stylesheet...which is linked)
> 
> www.homemadeilluminations.com
> 

Floated material needs to appear higher in the source order than the 
material beside it.  Since the menu is floated right, you should place 
its HTML just after the h1 and before the paragraphs.  That will pull it 
up into the correct place.

Then, your next step is learning about containing floats, which is found 
in the following article:
http://www.complexspiral.com/publications/containing-floats/

-- 
Bob Easton
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: