Page 1 of 1

CSS Navbar float-right

Posted: Sun Sep 10, 2006 8:57 pm
by lisam11
i am making a website @ freewebs.com and i am having trouble putting my navbar floated right.
Help please

Posted: Sun Sep 10, 2006 9:10 pm
by feyd
How are we supposed to help? You haven't really provided much information. :?

Posted: Sun Sep 10, 2006 9:14 pm
by lisam11
What info do you need? im new to this i dont know very much at all

Posted: Sun Sep 10, 2006 9:16 pm
by lisam11
feyd | Please use

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]


here is what it shows



[syntax="css"]
.fw-nav-menu hr {
	display:none;
}
.fw-footer hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
.fw-nav-menu ul {
	margin:20px;
	padding:5px;
	border:1px solid #DDD;
	background:#003366;
	list-style:none;
	text-align: center
}

/*
 * Individual NavBar LI's
 */
.fw-nav-menu li {
	display:none;
	margin:1px;
}

/*
 * Individual NavBar links
 */
        .fw-nav-menu a {  text-decoration: none}
/*

feyd | Please use[/syntax]

Code: Select all

,

Code: Select all

and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read:  [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]

Posted: Mon Sep 11, 2006 2:12 am
by matthijs

Code: Select all

.fw-nav-menu li {
        display:none;
}
Maybe start with removing the display:none; ...