Remove UL spacing problem

This is a discussion on "Remove UL spacing problem" within the Web Page Design section. This forum, and the thread "Remove UL spacing problem are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 2nd, 2006, 18:30
New Member
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Arrow Remove UL spacing problem

My web site is http://www.motorocean.com

For Some reason the UL in the menu is creating a little gap above it, and i can't figure out how to remove it. I've been trying to figure it out but have had no success yet. Please help
Reply With Quote

  #2 (permalink)  
Old Jan 2nd, 2006, 20:21
Junior Member
Join Date: Jan 2006
Age: 30
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to bmsterling Send a message via Yahoo to bmsterling
Re: Remove UL spacing problem

try:
Code: Select all
<style>
ul{
margin-top:0;
padding-top:0;
}
</style>
Reply With Quote
  #3 (permalink)  
Old Jan 3rd, 2006, 00:37
New Member
Join Date: Jan 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Remove UL spacing problem

Thanks, i figured it out.
Reply With Quote
  #4 (permalink)  
Old Jan 3rd, 2006, 17:22
Reputable Member
Join Date: Jul 2005
Location: Indiana, USA
Age: 29
Posts: 153
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to jpmitchell Send a message via Skype™ to jpmitchell
Re: Remove UL spacing problem

What did you changed to fix the problem. As it might help others who have the same problem.

Thanks !
Last Blog Entry: Whats in a name? (Feb 20th, 2008)

Last edited by jpmitchell; Jan 4th, 2006 at 00:55.
Reply With Quote
Reply

Tags
remove, spacing, problem

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
how to remove frames camarun20 Web Page Design 6 Mar 26th, 2008 14:11
javascript add / remove row problem thenamenoonehastaken JavaScript Forum 1 Feb 25th, 2008 09:36
Odd bottom spacing problem FabianN Web Page Design 2 May 6th, 2007 16:27
Need Help - remove frames, all one page Dark[Devil] Web Page Design 8 Jun 5th, 2006 13:28
remove redirection expressweb Implemented Suggestions 6 Jul 21st, 2005 22:24


All times are GMT. The time now is 02:52.


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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43