Re: [WSG] whats this

2005-05-13 Thread Rimantas Liubertas
On 5/12/05, Kvnmcwebn [EMAIL PROTECTED] wrote: hello. I was looking over the list navigation article at http://www.complexspiral.com/events/archive/2003/seybold/cssnav.html lia href=index.html id=homeWidgetCo Home/a/li what is the id=home used for in this href? theres no css rule for

RE: [WSG] whats this

2005-05-12 Thread Patrick Lauke
Kvnmcwebn I was looking over the list navigation article at http://www.complexspiral.com/events/archive/2003/seybold/cssnav.html what is the id=home used for in this href? If you look halfway down that page, you'll see the section titled Link Highlighting. The CSS there shows what you can

Re: [WSG] whats this

2005-05-12 Thread Tom Livingston
On Wed, 11 May 2005 19:49:36 -0400, Kvnmcwebn [EMAIL PROTECTED] wrote: I was looking over the list navigation article at http://www.complexspiral.com/events/archive/2003/seybold/cssnav.html lia href=index.html id=homeWidgetCo Home/a/li what is the id=home used for in this href? Could be an

Re: [WSG] whats this

2005-05-12 Thread Nick Gleitzman
On 12 May 2005, at 10:44 PM, Tom Livingston wrote: Could be an Ooops. No, not at all. Even if there's no CSS that references it, it provides a hook if you *do* want to style that element individually later on... I always give my nav links unique IDs for that purpose. N

Re: [WSG] whats this

2005-05-12 Thread Brian Cummiskey
Nick Gleitzman wrote: On 12 May 2005, at 10:44 PM, Tom Livingston wrote: Could be an Ooops. No, not at all. Even if there's no CSS that references it, it provides a hook if you *do* want to style that element individually later on... I always give my nav links unique IDs for that purpose. it

Re: [WSG] whats this

2005-05-12 Thread Tom Livingston
On Thu, 12 May 2005 08:54:40 -0400, Nick Gleitzman [EMAIL PROTECTED] wrote: if you *do* want to style that element Good idea. Although, for a file size miser, it might seem a waste. Especially if you have extensive nav/links... -- Tom Livingston Senior Multimedia Artist mlinc.com --

RE: [WSG] Whats going on

2004-03-09 Thread P.H.Lauke
Stab in the dark time: could it be that for some reason today the content of that site was not valid xhtml, and some browsers started behaving funny because of that and not applying styles the way they should ? Or are you calling multiple stylesheets, and the sheet with all the positioning