Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 09-05-2012, 06:56 AM   PM User | #1
Thuita Maina
New Coder

 
Join Date: Sep 2012
Posts: 76
Thanks: 10
Thanked 0 Times in 0 Posts
Thuita Maina is an unknown quantity at this point
Problem with menus

I have downloaded a website template from: http://www.freecsstemplates.org/preview/freshscent/

I have put eight menus. The last two menus are not aligned properly. I have tried to go through the CSS file and the html page itself and I can't figure out why the last two menus are not properly aligned. Somebody please HELP!
Thuita Maina is offline   Reply With Quote
Old 09-05-2012, 10:38 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Please post a link to your page.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 09-05-2012, 01:59 PM   PM User | #3
Thuita Maina
New Coder

 
Join Date: Sep 2012
Posts: 76
Thanks: 10
Thanked 0 Times in 0 Posts
Thuita Maina is an unknown quantity at this point
Abduraooft, unfortunately, you cannot view the page if you are not a member of the group: www.sbc4f2005.webatu.com

Maybe you can follow the link of the website from which I downloaded the template to get a view of what template looks like: http://www.freecsstemplates.org/preview/freshscent/
Thuita Maina is offline   Reply With Quote
Old 09-05-2012, 03:15 PM   PM User | #4
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
You may make them in a single line by reducing the left and right padding applied at
Code:
#menu a {
	display: block;
	height: 32px;
	margin-right: 3px;
	padding: 14px 30px 0px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}
in the stylesheet
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
Thuita Maina (09-05-2012)
Old 09-05-2012, 03:39 PM   PM User | #5
Thuita Maina
New Coder

 
Join Date: Sep 2012
Posts: 76
Thanks: 10
Thanked 0 Times in 0 Posts
Thuita Maina is an unknown quantity at this point
Thanks so much Abduraooft. That did it. Thanks a bunch.
Thuita Maina is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:20 PM.


Advertisement
Log in to turn off these ads.