Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Design Forum > HTML / CSS
User Name
Password

Reply
 
LinkBack Thread Tools Display Modes
Old 05-30-2009, 12:44 PM   #1 (permalink)
stingray89
Junior Member
 
Join Date: May 2009
Posts: 1
Default Need help with Nav Menu

Hello,

I need help with my navigation menu. I need it to stretch the full length as the content area.



Here is my css code

Code:
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#header {
	background-image: url(../img/logo.png);
        background-repeat: no-repeat;
        background-color: orange;
	height: 8em;
}
#header img {
        position: relative;
        left: 550px;
}

#nav {
	background-image: url(../img/menu.jpg);
        height: 100%;
	width: 20%;
        float: left;
}
#nav a {
        text-decoration: none;
        color: black;
        font-family: verdana;
        font-size: small;
        display: block;
        padding: 15px;
}
#nav a:hover {
        background-image: url(../img/back.png);
}
#nav #on {
        background-color: red;
}
#content {
	background-color: tan;
	height: auto !important;
        height: 100%;
	width: 80%;
        float: right;
}

#wrapper {
	width: 800px;
	background-color: transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#footer {
        color: white;
        font-size: small;
        font-style: italic;
        text-align: center;
        width: 800px;
        position: relative;
        clear: both;
	background-color: maroon;
	height: 4em;
}
and here is my index.php code

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
    <title>Fall For The Arts</title>
    <link rel="stylesheet" href="css/reset.css" type="text/css">
    <link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
	
	<div id="wrapper">
	
		<div id="header"><img src="img/ballet.png" alt=""></div>
		
		<div id="nav">
			<a href="#" id="on">Home</a>
			<a href="#">Organizations</a>
			<a href="#">Where is it?</a>
			<a href="#">Location</a>
			<a href="#">About</a>
		</div>
		
		<div id="content">
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
                        			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
                        			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
                        			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
                        			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
			<p>Your content goes here.</p>
		</div>

		<div id="footer">
			<p>Copyright &copy; 2009</p>
		</div>

	</div>
	

	
</body>

</body>
</html>
stingray89 is offline   Reply With Quote
Sponsored Links
Old 06-01-2009, 09:13 AM   #2 (permalink)
Ronnette Petra
Member
 
Join Date: May 2009
Posts: 104
Default Re: Need help with Nav Menu

Hi,

For example look at one of my old static html pages, zmwilliams.com/field.htm , ok now on that page i have a site wide navigation and then i have a section specific link section on taht page, that only shows links relevant to that area of the webpage.
as it is now i dont see a way to have links posted on the right or left of a website using drupal
__________________
high interest savings
Ronnette Petra is offline   Reply With Quote
Old 06-30-2009, 10:49 PM   #3 (permalink)
redribbon
Junior Member
 
Join Date: Jun 2009
Posts: 61
Default Re: Need help with Nav Menu

Hi!We can help you what you need for.
Just PM me if you interested.
redribbon is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules

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

Points Per Thread View:
Points Per Thread:
Points Per Reply:



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 08:01 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums