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
Sliding Doors - help please!
Old 11-20-2009, 07:14 AM Sliding Doors - help please
littlemoomin's Avatar
Skilled Talker

Posts: 77
Name: alexandra
Location: london
Trades: 0
Having a problem with my left vertical navigation bar:

http://www.blossomhouseschool.co.uk/...e/aboutus.html

Last edited by littlemoomin; 11-24-2009 at 12:40 PM..
littlemoomin is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-20-2009, 03:04 PM Re: Sliding Doors - help please!
Novice Talker

Posts: 5
Name: Techcrawl.com
Trades: 0
Link isn't working for me.
__________________

Please login or register to view this content. Registration is FREE
news
Techcrawl is offline
Reply With Quote
View Public Profile
 
Old 11-23-2009, 10:16 PM Re: Sliding Doors - help please!
monkey's Avatar
Ultra Talker

Posts: 487
Trades: 0
A working link would help.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
monkey is offline
Reply With Quote
View Public Profile Visit monkey's homepage!
 
Old 11-24-2009, 04:04 PM Re: Sliding Doors - help please!
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
What's wrong with it?? What browser?

You can get rid of the gap above the curved box bottom by removing the bottom margin on the last <a> in the list.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-25-2009, 05:50 AM Re: Sliding Doors - help please!
littlemoomin's Avatar
Skilled Talker

Posts: 77
Name: alexandra
Location: london
Trades: 0
sorry yeah that's what i want! but how do i just change the margin for the last link?
at the moment i have:

#leftcol li a {
text-decoration:none;
width:80%;
margin:0 auto 10px auto;
background:#4e74df;
color:#FFF;
font-size:14px;
line-height:2em;
letter-spacing:0.2em;
display:block;
text-align: center
}
littlemoomin is offline
Reply With Quote
View Public Profile
 
Old 11-25-2009, 06:44 AM Re: Sliding Doors - help please!
Super Talker

Posts: 139
Name: John Davis
Trades: 0
Don't use auto value for margin. You have to specify margin to have a same result in every browser.
As I see you have 'a' and 'b' classes for menu items:
Code:
#leftcol li a.a {
    text-decoration:none;
    width:80%;
    margin:0 auto 10px auto;
    background:#4e74df;
    color:#FFF;
    font-size:14px;
    line-height:2em;
    letter-spacing:0.2em;
    display:block;
    text-align: center
}

#leftcol li a.b {
    text-decoration:none;
    width:80%;
    margin:0px auto;
    background:#4e74df;
    color:#FFF;
    font-size:14px;
    line-height:2em;
    letter-spacing:0.2em;
    display:block;
    text-align: center
}
In 'b' case auto value specified for top and bottom. I guess this is reason of your troubles.
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
MapMaster is offline
Reply With Quote
View Public Profile Visit MapMaster's homepage!
 
Old 11-25-2009, 09:28 AM Re: Sliding Doors - help please!
littlemoomin's Avatar
Skilled Talker

Posts: 77
Name: alexandra
Location: london
Trades: 0
0px auto is what i used to center my links, it seems to work now anyway! thanks everyone.

Last edited by littlemoomin; 11-25-2009 at 09:30 AM..
littlemoomin is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Sliding Doors - help 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.99173 seconds with 12 queries