Calendar Awards Members List FAQ
  #1   [ ]
Old 11-27-2005, 04:13 AM
what is "grape" in pig latin?
Join Date: Jul 2005
Location: 6,321 miles from Beijing.
View Posts: 749
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>
But the text in navigation where it says "Example Text" appears above my navigation menu background!!! Does this kind of give you an idea of what I mean?..


EXAMPLE TEXT
[Navigation Menu Background]

Please help me!
__________________
...
Reply With Quote
  #2   [ ]
Old 11-27-2005, 05:43 AM
so i herd u voet ruddkipz
Send a message via MSN to Solid Snake
Wii Code: 2247 2952 4538 9734 SSBB Code: 0559 6867 1570 Phantom Hourglass Code: 2921 7690 2288
Join Date: Aug 2005
Location: My House, QLD, AUSTRALIA
View Posts: 733
Re: Help with CSS

Quote:
Originally Posted by Jabu-Jabun
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>
But the text in navigation where it says "Example Text" appears above my navigation menu background!!! Does this kind of give you an idea of what I mean?..


EXAMPLE TEXT
[Navigation Menu Background]

Please help me!
why dopnt you try deleting the word sexample text in the CSS?
experiment a little
__________________
My Timeline Theory
Reply With Quote
Sponsored Links
  #3   [ ]
Old 11-27-2005, 12:02 PM
F3 F3 is offline
SUPERΠИKИOMИ
Send a message via AIM to F3
Join Date: Dec 2003
Location: Tampa Bay
View Posts: 1,596
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);
}
Replacing "stylename" with the name of your style and "path/to/img.ext" with the path to the background image.
Reply With Quote
  #4   [ ]
Old 11-27-2005, 04:11 PM
what is "grape" in pig latin?
Join Date: Jul 2005
Location: 6,321 miles from Beijing.
View Posts: 749
Re: Help with CSS

Okay, I really dont get it..

All I want is a navigation menu on the side of my site.
__________________
...
Reply With Quote
Sponsored Links
Reply

Tags
css

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 05:07 AM.

Contact Us - Zelda Universe - Archive - Privacy Statement - Top