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 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
**



[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


lia href=index.html id=homeWidgetCo Home/a/li

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
**



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
**



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 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 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 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...
a href=page.html#homehome/a on another page will bring you right 
to that menu.  saves from adding a id=home/a 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 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
**


[WSG] Whats going on

2004-03-09 Thread Jackie Reid



Hi you lot

Can someone please explain this to 
me...

I have had a site up and running for a couple of 
months and doing its thing just fine. Now today out of nowhere it suddenly 
decides that absolute positioning is out and all those sections of the site 
simply disappeared from view.

After much tooing and frowing I decided to 
try floating them instead and Voila there are all the bits i couldnt see 
before. WHY WHY WHY...Why would this have 
happened. Got me totally beat.

Anyone had any problems like this before and if so 
what the heck was it.

(must admit that im pretty proud of myself for 
sorting it but thats not the point really)


Jackie ReidMock Orange Web Site 
Development1st Floor92 Victoria StreetMACKAY Q 4740Ph: 07 4953 
4035

[EMAIL PROTECTED]


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 was not being served quickly 
enough by the server (did it work again on refresh atthe time 
?)

We may 
need some more info to make a correct diagnosis...otherwise, put it down to sh*t 
happens..."the inter-web was having a bad day" type thing...

Patrick

Patrick H. 
LaukeWebmaster / University of Salfordhttp://www.salford.ac.uk 


  -Original Message-From: Jackie Reid 
  [mailto:[EMAIL PROTECTED]Sent: 09 March 2004 
  11:07To: [EMAIL PROTECTED]Subject: [WSG] Whats 
  going on
  Hi you lot
  
  Can someone please explain this to 
  me...
  
  I have had a site up and running for a couple of 
  months and doing its thing just fine. Now today out of nowhere it suddenly 
  decides that absolute positioning is out and all those sections of the site 
  simply disappeared from view.
  
  After much tooing and frowing I decided to 
  try floating them instead and Voila there are all the bits i couldnt see 
  before. WHY WHY WHY...Why would this have 
  happened. Got me totally beat.
  
  Anyone had any problems like this before and if 
  so what the heck was it.
  
  (must admit that im pretty proud of myself for 
  sorting it but thats not the point really)
  
  
  Jackie ReidMock Orange Web Site 
  Development1st Floor92 Victoria StreetMACKAY Q 4740Ph: 07 4953 
  4035
  
  [EMAIL PROTECTED]