Sn0gun Home
Make sure I'm editing the correct files
This is a simple web home for me to test out things like java script and css
CSS tutorial Link
IE 6 and earlier display tables differently than FireFox. So you need to use some special code. Also, IE 6 doesn't support the notion of mouseOver events on items in a list, where FireFox (and other browsers) do. So you MUST use anchors.
For Example
This is IE6 friendly code:
The menu must be embedded in an anchor (to get mouse events), and the list must be embedded in a table (for formatting?)
Portraits
With FireFox and others, you only need the list.
This is a title
This is a div with rounded corners... I hope!