Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 01-22-2007, 12:21 AM Moving my nav up!
carterdea's Avatar
Ultra Talker

Posts: 353
Location: Arizona
Trades: 0
hello,

i have a problem, I'd like to get my nav tabs on my site up level with the white box.

I've tried tons of methods, none of which worked.

Please help me!

Thanks.

carterdea
carterdea is offline
Reply With Quote
View Public Profile Visit carterdea's homepage!
 
 
Register now for full access!
Old 01-22-2007, 02:27 PM Re: Moving my nav up!
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
Try changing:


Add a little borrom padding to your list:
Code:
#nav ul{
	text-align:right;
	margin-right:30px;
        padding-bottom: 18px;
}
Change the background for the header div:
Code:
#header{
	background: #187bd8 url(images/header.gif) repeat-x bottom left;
}
See how that works. You may have to change the background color. I just took a stab at it.
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 01-22-2007, 03:19 PM Re: Moving my nav up!
Skilled Talker

Posts: 94
Trades: 0
If is we me, i would add a position:relative to the nav container, to nudge it down from the original position. is this the right way of fixing your problem? i have no idea, but its what i have learned and how i would go about fixing it. the code would look somthing like this!

/* ---------NAV-------- */
#nav ul{
position:relative; top:13px;
text-align:right;
margin-right:30px;

"btw, top:13px is the right height to get it inline "
hellhound121 is offline
Reply With Quote
View Public Profile
 
Old 01-22-2007, 08:20 PM Re: Moving my nav up!
carterdea's Avatar
Ultra Talker

Posts: 353
Location: Arizona
Trades: 0
Quote:
Originally Posted by hellhound121 View Post
/* ---------NAV-------- */
#nav ul{
position:relative; top:13px;
text-align:right;
margin-right:30px;
I took a look at it, and It works pretty good.

I just had to make it say "-17px" instead for whatever reason. That's in FF for Mac.

Thanks a ton bro!

carterdea

Last edited by carterdea; 01-23-2007 at 12:41 AM.. Reason: figured it out....
carterdea is offline
Reply With Quote
View Public Profile Visit carterdea's homepage!
 
Old 01-23-2007, 12:03 PM Re: Moving my nav up!
Experienced Talker

Posts: 46
Trades: 0
Quote:
I took a look at it, and It works pretty good.
This was the one question I could answer with certainty, but you got there first
Now I have to look for another question I can handle...LOL but due to my rather noob CSS knowledge, that's gonna be quite hard.
Webplace is offline
Reply With Quote
View Public Profile Visit Webplace's homepage!
 
Old 01-23-2007, 01:38 PM Re: Moving my nav up!
Skilled Talker

Posts: 94
Trades: 0
hehe sorry ^^, glad i was right :P
hellhound121 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Moving my nav up!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.38175 seconds with 12 queries