peasepud 59 Posted March 17, 2008 Share Posted March 17, 2008 basic website shite, html that has a menu looking like this >>>>> <ul class="menubar"> <li><a href="join.html">Join</a></li> <li><a href="home.php">Home</a></li> <li><a href="news.html">News</a></li> <li><a href="links.html">Links</a></li> </ul> and CSS of .menubar { margin-top:12px; } .menubar a:link, .menubar a:hover { display:block; background-image:url(menubarbg.jpg); margin-bottom:2px; height:20px; width:155px; text-align:center; padding-top:3px; text-decoration:none; font-size:13px; } .menubar a:hover { background-image:url(menubarbg2.jpg); } for some reason however all of the menu options look exactly as they should except the home.php one, if I change the .php to .html it works??????????? what the goddam fucking fuck?????? Link to comment Share on other sites More sharing options...
Isegrim 9761 Posted March 17, 2008 Share Posted March 17, 2008 I'd like to buy a vowel. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now