Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more
Old 05-30-2009, 11:44 AM   #1 (permalink)
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, 08:13 AM   #2 (permalink)
Member
 
Join Date: May 2009
Posts: 108
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, 09:49 PM   #3 (permalink)
Junior Member
 
Join Date: Jun 2009
Posts: 85
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
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



» 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 04:09 AM.


Powered by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
Webmaster Forums