Quote:
Originally Posted by racer x
You can ad a z index to the list items:
#header .nav li { display:inline; float:left; position:relative; z-index:100; }
|
That worked like a charm! Thanks a hundred!
Quote:
Originally Posted by racer x
You are new? That is a pretty nice design. You may want to move all that javascript into its own file. It is good practice to keep the page clean.
|
I'm quite happy you like my design! I already had some programming background (mostly VB) so it was a matter of learning new languages (html, css, javascript, php, etc.) and a lot of help from google searches. Thank you for the tip on on saving the javascript file to its own file. I was actually planning to do that before I put this file into "production" mode.
Thanks so much!
|