Hi,
My image link to homepage in the top left corner of this page is broken. Can anyone tell me why and how to fix it?
my broken code:
Thanks.HTML Code:<a href="/healthtracker/index.php"> <img src="img/htlogo.png" width="150" height="100" /> </a>
Hi,
My image link to homepage in the top left corner of this page is broken. Can anyone tell me why and how to fix it?
my broken code:
Thanks.HTML Code:<a href="/healthtracker/index.php"> <img src="img/htlogo.png" width="150" height="100" /> </a>
Hi there jasont,
the cause of your problem is the negative "z-index" value here...
Set it to zero or remove it altogether.Code:#page { position: relative; background-color: #FFFFFF; margin-left: auto; margin-right: auto; width: 960px; font-family: sans-serif; z-index: -2; }
To get your page to validate you should add alt="" to the img attributes, and remove this...
/***********************************************...from between the "script" tags.
* Gooey Menu Script (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
Though, to be legally correct it must be placed within the gooeymenu.js file itself.
coothead
Last edited by coothead; 06-02-2012 at 09:47 AM. Reason: spelling mistake
A very big thank you ! Works like a charm !
Regards,
JT.
No problem, you're very welcome.coothead
jasont (06-02-2012)
Bookmarks