Need answer to this navigation issue

This is a discussion on "Need answer to this navigation issue" within the Web Page Design section. This forum, and the thread "Need answer to this navigation issue are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 1st, 2008, 03:30
Junior Member
Join Date: Mar 2008
Location: Austin, TX
Age: 20
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
Need answer to this navigation issue

http://www.davisspringslawns.com/

There's the site (no the link has nothing to do with what the actual page is about, I'm just using that because i get to use it for another month).

Anyways, if you go under the "Menu" section you will see that the left side navigation just doesn't want to move to the left. In IE it is fine but in Firefox & Safari its messed up o.0

I'm sure it's a real dumb mistake but i spent half a day searching for the problem and I still can't figure it out.
Thanks!

Here's my CSS, im not sure if you can see it with view source =S :
Code: Select all
/* Basic Stuff */
body { 
background-color: #754301;
background-image: url(BG.gif);
background-repeat: repeat-x;
width: 1280px;
height: 400px;
}

p { color: white;
}

h1, h2, h3, h4 {
color: white;
}

h6 {
color: white;
}

/* Container */
#container {
width: 800px;
height: auto;
margin: 0em 0em 0em 15em;
padding: 0;
}

caption {
color: white;
font-size: 2em;
}

/* Header */
#header { 
float: left;
background-image: url(HeaderBG.gif);
background-repeat: no-repeat;
background-position: left bottom;
background-color: white;
width: 800px;
height: 172px;
margin: 0;
padding: 0;
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
}
#header h1 { 
background-image: url(Header.gif);
float: left;
width: 600px;
height: 143px;
margin: 0.4em 0em 0.4em 0.4em;
padding: 0;
}
#header h1 span { display: none;
}
#RedSquare {
float: left;
width: 150px;
height: 149px;
margin: .5em 0em .5em .2em;
padding: 0;
}




/* Navigation bar */
#nav {
background-color: #5280F8;
margin: 0;
padding: 0em 0em 0em 0em;
width: 800px;
height: 40px;
float: left;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
}
#nav ul {
margin: 0em 0em 0em 2em;
padding: 0em 0em 0em 0em;
}
#nav li { display: inline;
        padding: 0em 0em 0em 0em;
        margin: 0;                
}
#nav a:link { color: white;
            background: #5280F8;
            padding: .5em 1em 0em 1em;
            float: left;
            width: auto;            
            text-decoration: none;
            font-weight: bold;        
}
#nav a:visited { color: white;
            background: #5280F8;
            padding: .5em 1em 0em 1em;        
            float: left;
            width: auto;            
            text-decoration:none;
            font-weight: bold;
}

#nav a:hover {    color: white;
            background: #5280F8;
            border-bottom: 3px solid black;
            
}







/* Top Row Content */
#topcontent {
background-image: url(TopContentBG.jpg);
background-repeat:no-repeat;
float: left;
background-color: white;
width: 800px;
height: 230px;
margin: 0;
padding: 0;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
}



/* Bottom Row Content */
#bottomcontent {
float: left;
width: 800px;
height: auto;
margin: 0;
padding: 0;
border-right: 1px solid black;
border-left: 1px solid black;
}


#BottomContentInfo {
text-align: center;
width: 750px;
height: auto;
margin: 1em 0em 0em 1.75em;
padding: 0;
}

#OrangeSquare {
float: left;
width: 150px;
height: 149px;
margin: 4.3em 0em .5em .2em;
padding: 0;
}

#PurpleSquare {
float: left;
width: 150px;
height: 149px;
margin: 4.3em 0em .5em 5.2em;
padding: 0;
}

/* Footer */
#footer {
float: left;
clear:both;
background-color: #543001;
width: 798px;
height: 40px;
margin: 0;
padding: 0;
border: 1px solid black
}







/* Happy Hour CSS */

h2 { color: white;
}
h3 { color: white;
}

#TopcontentSubPg {
width: 800px;
height: auto;
margin: 0;
padding: 0;
float: left;
border-left: 1px solid black;
border-right: 1px solid black;
}

#HappyHrIMG {
float: left;
width: auto;
height: auto;
margin: 1em 0em 0em 1em;
padding: 0;
}



#HappyHrInfo {
text-align: center;
margin: 1.5em 1em 0em 0em;
padding: 0;
width: 300px;
float: right;
}


#BottomContentSubPg {
color: white;
float: left;
width: 800px;
height: auto;
margin: 0;
padding: 0;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

#OrangeSquareSubPg { 
float: left;
width: 150px;
height: 149px;
margin: 2em 0em .5em .5em;
padding: 0;
}

#PurpleSquareSubPg {
width: 150px;
height: 149px;
margin: 2em .5em .5em 0em;
padding: 0;
float: right;
}

#footer {
float: left;
clear:both;
background-color: #543001;
width: 800px;
height: 40px;
margin: 0;
padding: 0;
border: 1px solid black
}










/*CPP Page */

#CPPIMG {
float: left;
width: auto;
height: auto;
margin: 1em 0em 0em 1em;
padding: 0;
}

#CPPInfo {
text-align: center;
margin: 1.5em 1em 0em 0em;
padding: 0;
width: 300px;
float: right;
}






/* Entertainment CSS */
#EnterIMG {
float: left;
width: auto;
height: auto;
margin: 1em 0em 0em 1em;
padding: 0;
}









/* Locations CSS */

#LocsTable {
margin: 1em 0em 0em 5em;
padding: 0;
text-align: center;
}

#LocsTable th {
background-image: url(TableTHBG.gif);
padding: 1.75em .5em 0em .5em;
border: 1px solid black;
}

#LocsTable td {
background-color: #24af78;
margin: 0;
padding: 0;
border: 1px solid black;
}

#LocsTable2 {
margin: 1em 0em 0em 15em;
padding: 0;
text-align: center;
}

#LocsTable2 th {
background-image: url(TableTHBG.gif);
padding: 1.75em .5em 0em .5em;
border: 1px solid black;
}

#LocsTable2 td {
background-color: #24af78;
margin: 0;
padding: 0;
border: 1px solid black;
}






/* Menu CSS */

#ltcolumn {
float: left;
background-color: #543001;
height: 1050px;
width: 170px;
margin: 0;
padding: 0;
border: 1px solid black;
}

/* Menu Nav */
#MenuNav {
margin: 1em 0em 0em .5em;
padding: 0em 0em 0em 0em;
width: 150px;
height: auto;
}
#MenuNav ul {
display: block;
margin: 0;
padding: 0:
width: auto;
height: auto;

}
#MenuNav li {
display: block;
text-align: center;
list-style-type: none;
width: 150px;
height: 33px;
margin: .3em 0em .3em 0em;
padding: 0em 0em 0em 0em;

}
#MenuNav a:link {
display: block;
text-decoration: none;
color: white;
padding: 0;
margin: 0;
width: 150px;
height: 33px;
font-weight: bold;


}
#MenuNav a:visited {
display: block;
text-decoration: none;
color: white;
padding: 0;
margin: 0;
width: 150px;
height: 33px;
font-weight: bold;


}
#MenuNav a:hover {
 display: block;
text-decoration: none;
color: white;
padding: 0;
margin: 0;
width: 150px;
height: 33px;
font-weight: bold;


}




#rtcolumn {
float: right;
background-color: #f6c65a;
height: 1050px;
width: 626px;
margin: 0;
padding: 0;
}

#MenuPatternTop {
height: 52px;
width: 626px;
background-image: url(MenuPattern.gif);
margin: 0;
padding: 0;
}

#MenuTable {
margin: 0;
padding: 0;
width: auto;
height: auto;
}

#MenuTable td {
text-align: center;
margin: 0;
padding: 0;
width: 160px;
height: auto;
}
#MenuTable td span h3 {
color: black;
text-align: center;
margin: 0;
padding: 0;
width: 150px;
height: 70px;
}
EDIT: ALSO, how do you make the webpage stay in the center of the browser? For example if you look at GoDaddy.com with a high resolution it stays in the middle and if you go with a low resolution (800x600) it still stays there. In mine, when i view it in 800x600 the site is too far to the right and i know i'll need to fix this eventually.....im guessing i have to mess with some basic layout stuff

Last edited by CloudedVision; Jul 1st, 2008 at 04:39. Reason: Code tags, not quote tags, please
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jul 1st, 2008, 04:15
CloudedVision's Avatar
Moderator
Join Date: Feb 2008
Location: In My Own Little World
Age: 14
Posts: 1,330
Blog Entries: 9
Thanks: 2
Thanked 45 Times in 45 Posts
Re: Need answer to this navigation issue

I don't see any left side navigation.....
__________________
Web Design And Development: Other Road Design | Problems with IE6?: KApp | My Blog: Only Nerds Allowed | Learning PHP? Lessons
Last Blog Entry: Hilarious Rapper (Jul 29th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 1st, 2008, 04:27
Junior Member
Join Date: Mar 2008
Location: Austin, TX
Age: 20
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Need answer to this navigation issue

Quote:
Originally Posted by CloudedVision View Post
I don't see any left side navigation.....
did you click the "Menu" button? It's in that section, not the home page...and did you try different browsers? I tried like 3 different ones and its definitely there, just not in the right spot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 1st, 2008, 13:19
Junior Member
Join Date: Jan 2008
Location: London
Age: 27
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need answer to this navigation issue

Have you tried aligning the txt to the right?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 1st, 2008, 14:27
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Need answer to this navigation issue

The page has a lot more issues than the alignment of your left menu. Clean up your code first, then see if some of the issues don't get fixed. At any rate get it up to standards and I will be happy to take a look under the hood.

http://validator.w3.org/check?verbos...om%2FMenu.html
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jul 1st, 2008, 21:34
Junior Member
Join Date: Mar 2008
Location: Austin, TX
Age: 20
Posts: 26
Thanks: 6
Thanked 0 Times in 0 Posts
Re: Need answer to this navigation issue

Everything validates now but the menu is still not in the right spot when using FF or Safari. I would definitely appreciate it if ya took a look at the code for that navigation issue.

Quote:
Originally Posted by Tommyttt View Post
Have you tried aligning the txt to the right?
I don't really want to align the text to the right though. I should be able to keep the text centered like it is without having a problem...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Where have you been? Answer to this and more! JustinStudios Webforumz Cafe 34 Nov 30th, 2007 00:01
Can any one answer me with benefits of both? Avena Search Engine Optimization (SEO) 4 Nov 14th, 2007 15:54
Firefox issue - Not able to scroll down and up thru mouse wheel navigation icon kallol Web Page Design 1 Apr 16th, 2007 12:34
Easy answer for newb, won't take more than a min to answer! please help... Jobsnob PHP Forum 2 Feb 11th, 2007 14:56


All times are GMT. The time now is 01:20.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved