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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
help with an overlapping list, please
Old 08-31-2005, 09:30 AM help with an overlapping list, please
bez
bez's Avatar
Skilled Talker

Posts: 53
Trades: 0
Im working on the site:

http://www.staffforsuccess.com/

If you minimize the page, or look at it in a lower resolution, you will notice the menu items at the top begin to overlap, i want them to clear each other so you can always read all the text in the menu. I cannot seem the increase the vertical distance between the elements using CSS margins. Can somebody help me out? cheers.
bez is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-31-2005, 03:17 PM
Extreme Talker

Posts: 176
Trades: 0
im not farmiliar with <ul> and <li> but try using a table.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
wmtalk.tk is offline
Reply With Quote
View Public Profile
 
Old 09-01-2005, 05:30 AM
bez
bez's Avatar
Skilled Talker

Posts: 53
Trades: 0
tables for layout? i think youre opening a big ol' can o' worms there mate!
bez is offline
Reply With Quote
View Public Profile
 
Old 09-01-2005, 09:07 AM Overlapping
Ultra Talker

Posts: 255
Location: NY
Trades: 0
Hello,
I'm not 100% sure this will work, but what have you got to lose by trying it?

You can change some of the the CSS coding in your <div id="header"> to :

header
{
position:absolute;
<--these 2 lines place the navbar at the horizontal center of the page
left:50%;
width:500px;
(or whatever your width is)
margin-top:50px;
margin-left:-266px;
<-- then the left margin is set to the opposite of half the box's width, a negative number.
padding:15px;
}


If this doesn't work, then I'd be very interested in finding out the solution also.

Just my 2 cents,
DianeD
DianeD is offline
Reply With Quote
View Public Profile Visit DianeD's homepage!
 
Reply     « Reply to help with an overlapping list, please
 

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.13599 seconds with 12 queries