Previous Message
Next Message

RE: [css-d] Accessible Navigation - avoiding the "skip to main co ntent" link [ADDENDUM]

Sent by Joe Howley on 15 August 2002 19:07


> >Can what Rich is asking be accomplished either now, or in 
> >future CSS specs
> >with RELATIVE positioning?
> 
> You can do it now.  You just float the menu one way or another.  
> 

Eg...

<div class="content">$content</div>
<div class="menu">$menu</div>

div.content { width: 60%; float: left; }

...?  Or is there a better way?  Okay, not "better."  What _other_ ways
would there be to put content first and not use absolute positioning?

===
joe howley
http://joe.sameperson.net/
Previous Message
Next Message