[thelist] <ul>

Brent Morris brainsquared at gmail.com
Tue Sep 7 13:32:15 CDT 2004


There's two good tutorials that might you with hover behaviour issues.

Try http://www.simplebits.com/notebook/2004/07/18/clickable.html or
http://www.alistapart.com/articles/slidingdoors/


On Tue, 7 Sep 2004 13:42:34 -0400, Javier Velasco <mantruc at gmail.com> wrote:
> with CSS you can even use ULs to develop horizontal navigation menus
> 
> li {display:inline}
> 
> i have the impression that this is also the most
> accesibility/compatibility correct approach... am I right?
> 
> i've had some problems with hover behavior in this approach, anyone
> have more experience with this?
> 
> cheers
> javier - first thelist post in years, litterally
> 
> 
> 
> 
> On Mon, 06 Sep 2004 09:49:59 +0300, Razvan Pop <razvan at cpea.ro> wrote:
> > Casey Crookston wrote:
> >
> > >When using ul's, is it possible to regulate the space that appears above and
> > >to the left of the list?  I don't like how far down and to the right it
> > >forces text.
> > >
> > >
> > >
> > Yes you can using CSS.
> > ul {
> >     margin: 0;
> >     padding: 0;
> > }
> >
> > and
> >
> > li {
> >     margin: 0;
> >     padding: 0;
> > }
> >
> > In you case:
> >
> > ul, li {
> >     margin-left: 0;
> >     margin-top: 0;
> >     padding: 0;
> > }
> >
> > Regards,
> >           Razvan
> >
> > >Thanks!
> > >
> > >
> > >
> > >
> >
> > --
> > razvan pop
> > http://razvan.cpea.ro
> >
> > Afaceri, Plan de afaceri, Consultanta afaceri
> > http://www.insoft.ro/afaceri
> >
> >
> >
> > --
> >
> > News! - Evolt.org conference for web professionals.
> > 17-19 September 2004 in Toronto, Canada.
> > Details at http://TOevolt.org
> >
> > * * Please support the community that supports you.  * *
> > http://evolt.org/help_support_evolt/
> >
> > For unsubscribe and other options, including the Tip Harvester
> > and archives of thelist go to: http://lists.evolt.org
> > Workers of the Web, evolt !
> >
> --
> 
> News! - Evolt.org conference for web professionals.
> 17-19 September 2004 in Toronto, Canada.
> Details at http://TOevolt.org
> 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
> 
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
> 



-- 
Brent Morris


More information about the thelist mailing list