|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Css xhtml menu help
Hello i'm looking for somebody who has good knowledge of xhtml and css. I am having some problems with my website (it's not uploaded to my ftp account yet) having to do with some of my xhtml . One of my menu's works in IE but not FireFox and i'm trying to fix it if anybody can assist me my email is neowave23@gmail.com so i can send you my code. Much appreciated
. |
|
#2
|
||||
|
||||
|
Tell us more about the menu, is it simply CSS or are you trying Javascript as well?
What is it that isn't working? Feel free to post snippets of your code to the forums and we can all help you as a community. If you post code, don't forget to surround it in [code][/code] tags
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter! DevArticles Forum Moderator "The net is a waste of time, and that's exactly what's right about it." -- William Gibson |
|
#3
|
|||
|
|||
|
Nevermind emailing me the page is on micromaverick.net/test .
|
|
#4
|
||||
|
||||
|
The first step to resolving problems like this, validate your page and fix any errors.
I noticed this in the HTML header: Code:
<link rel="icon"http://img.photobucket.com/albums/v637/Sickkids/Favicon.gif" type="image/x-icon"/> <link rel="shortcut icon"http://img.photobucket.com/albums/v637/Sickkids/Favicon.gif" type="image/x-icon"/> I think you mean to have: Code:
<link rel="icon" href="http://img.photobucket.com/albums/v637/Sickkids/Favicon.gif" type="image/x-icon"/> <link rel="shortcut icon" href="http://img.photobucket.com/albums/v637/Sickkids/Favicon.gif" type="image/x-icon"/> |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Css xhtml menu help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|