Re: [css-d] Changing the name of IDs

2009-10-31 Thread David Dorward
2009/10/30 Ed Goodson : > I have the same name for different deivs whihc works … up until the point where you start using getElementById or linking to the element. > What is the way around this without having to call my divs > different names? Use classes when you want to represent a group of s

Re: [css-d] Changing the name of IDs

2009-10-29 Thread David Laakso
Ed Goodson wrote: > Hi all, > I have the same name for different deivs whihc works but when it validates > it fails. What is the way around this without having to call my divs > different names? I suppose I could change the names and just add their name > to the div style but there must be work

[css-d] Changing the name of IDs

2009-10-29 Thread Ed Goodson
Hi all, I have the same name for different deivs whihc works but when it validates it fails. What is the way around this without having to call my divs different names? I suppose I could change the names and just add their name to the div style but there must be work around! Thanks Online ne