Jump to content

fookin css & html


peasepud
 Share

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.