Log in

View Full Version : [CSS] XP Navigation



temp304
02-17-2008, 02:32 PM
1) CODE TITLE: XP Navigation

2) AUTHOR NAME/NOTES: Thái Cao Phong

3) DESCRIPTION: This script uses some images and CSS to create navigations like to XP style. Very easy to setup, order to implement this this menu, you must define document type correctly, as <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">.

4) URL TO CODE: http://javascriptbank.com/javascript/css/XP_Navigation/

or, ATTACHED BELOW (see #3 in guidelines below):

TimFA
02-18-2008, 12:08 AM
I think its....interesting....I don't see how it looks like XP though....anyways not my call, but cool.

Tim

Nile
02-18-2008, 12:40 AM
It got potential.

boogyman
02-18-2008, 01:56 PM
you must define document type correctly, as <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">.

The Transitional DOCTYPE was designed for use when CSS was being "born" nearly 10 years ago. Developers should be using the HTML4..01 Strict DOCTYPE, since IE still does not support XHTML, and the validator gives a false positive when it says IE does validate XHTML.


It got potential.
It has potential.
or
It's got potential.


No offense, but as Tim said, that doesn't really look like XP navigation. There is also no bottom padding, which makes it uneasy on the eyes in terms of aesthetics. You also have alot of ads on the demo page, which is another turn off. As nile said that does have potential, add some padding to the bottom of your list items, use more of a gradient then a 2 solid color split, and switch your doctype to HTML4.01 and I believe this would be a decent script.