- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
I need help here: http://jagf.net/ufo/
You see the links under the banner? This image should be there to: http://jagf.net/ufo/images/menu.png
I tried using <div id="menu"> around the links and add:
menu {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #FF0000;
background-image: url('./ufo/images/menu.png');
background-repeat: repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
in the CSS.
what did I do wrong?
You see the links under the banner? This image should be there to: http://jagf.net/ufo/images/menu.png
I tried using <div id="menu"> around the links and add:
menu {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #FF0000;
background-image: url('./ufo/images/menu.png');
background-repeat: repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
in the CSS.
what did I do wrong?
Last edited: