untethered
For industry & decency
To be a web designer you need to learn design. Tools and technologies are necessary but of very secondary importance.

Just found this which looks like it might help the cross browser issues I'm guessing.
Anyone use this? Am I along the right lines?
http://validator.w3.org/
I'm trying to learn the whole design bit in parrallel. I want to do a site thats fashion oriented so I've checked out all the big brands websites in a similar vibe based on the opinion they can afford top notch designers, and its amazing how similar they all are. There seems to be a real look for each area of design (in my beginners opinion).
So how does one learn the elements of web design (of the visual layer)? Any links or tips?
How are you dealing with the sizes - in ems or something else?
And I'll always test in Opera first ;-)
Dont bother about making your markup validate, its a waste of time.
Your now getting into the part that makes web design difficult sometimes, cross browser compatibility.
There is a bunch of different techniques, personally I think the best is a css file for ie7,ie6 and the others. There is some simple code you can do to detect what browser is viewing the site and serve up the corresponding css file


