|
#1
[
]
|
||||
|
||||
|
Help with CSS
I'm using CSS to structure my webpage, and I'm having trouble coding my navigation menu. This is what I have typed in...
Code:
<div id="navigation"> <h1>Example Text</h1> </div> <div id="bg"> <img alt="" src="http://img519.imageshack.us/img519/472/nav4ui.png" width="196" /> </div> EXAMPLE TEXT [Navigation Menu Background] Please help me!
__________________
... |

|
#2
[
]
|
||||
|
||||
|
Re: Help with CSS
Quote:
experiment a little |

| Sponsored Links |
|
#3
[
]
|
|||
|
|||
|
Re: Help with CSS
You've entered the background image as an element, when it should be part of the style.
The correct way to apply a background is this: Code:
.stylename {
background-image: url(path/to/img.ext);
}
|

![]() |
| Tags |
| css |
| Thread Tools | |
|
|