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
> 
> WidgetCo Home
> 
> what is the id="home" used for in this href?
> 
> theres no css rule for it in the styles for that page?

Check "Link hilightning" section:

body.home a#home...

Regards,
Rimantas
--
http://rimantas.com/
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [WSG] whats this

2005-05-12 Thread Stefan Lemmen
I use those id's for scripts I make in php..

On 5/12/05, Tom Livingston <[EMAIL PROTECTED]> wrote:
> On Thu, 12 May 2005 08:54:40 -0400, NickGleitzman <[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
> --
> www.browsehappy.com
> www.opera.com
> 
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> **
> The discussion list for  http://webstandardsgroup.org/
> 
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> **
> 
> 


-- 
Stefan Lemmen
Holland
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



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
--
www.browsehappy.com
www.opera.com
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


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 can also serve as a bookmark...
home on another page will bring you right 
to that menu.  saves from adding  tags.

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


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
___
Omnivision. Websight.
http://www.omnivision.com.au/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


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
WidgetCo Home
what is the id="home" used for in this href?
Could be an "Ooops". You could shoot this over to the CSS-D list. Maybe  
Mr. Meyer will answer. Unless he's on this list too!

--
Tom Livingston
Senior Multimedia Artist
mlinc.com
--
www.browsehappy.com
www.opera.com
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


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 do when all links
have their own ID.

Patrick

Patrick H. Lauke
Webmaster / University of Salford
http://www.salford.ac.uk
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



[WSG] whats this

2005-05-12 Thread Kvnmcwebn

hello.
I was looking over the list navigation article at
http://www.complexspiral.com/events/archive/2003/seybold/cssnav.html


WidgetCo Home

what is the id="home" used for in this href?


theres no css rule for it in the styles for that page?


-kvnmcwebn

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**