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
Problems positioning navigational image links next to other images
Old 05-10-2009, 07:00 AM Problems positioning navigational image links next to other images
Novice Talker

Posts: 6
Name: Whitney
Location: Dallas, Texas
Trades: 0
Edit. After asking this question on another forum and scrapping what I had done in favor of a different way of showing navigation images it looks fine now. So...never mind.
_____________________
This is the page with the problems: http://www.archfinds.com/RR/

I've been trying to get this to work for a few hours now. I've gotten it closer to correct but can't seem to make it work.

The images to the top and bottom of the navigation links should be in line with the navigation links so that it continues the line. Then the whole thing should be centered on the page.

I also need my top image centered and couldn't figure that out...I know it's something simple I'm missing.

here's my css:

Code:
p:first-letter 
{
color: #3f94cc;
font-size:xx-large;
font-family: Arial, Helvetica, sans-serif;
}

div.main
{
width:700px; 
border:0px black;
line-height:150%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 1em;
text-align: justify;
}

#header
{
background: url(images/header_01.gif);
background-repeat:no-repeat;
background-attachment:relative;
background-position:top center; 
width: 800px;
height: 138px;
}

#headerlinks
{
width:700px; 
border:0px black;
line-height:150%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 1em;
text-align: justify;
}

#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
    height:59px;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    width:99px;
    color:#3f94cc;
    text-decoration:none;
    background:url("http://www.webmaster-talk.com/images/links_09.gif") no-repeat;
    float:left;
    padding:18px 14px 14px;
    margin:0 -15px;
}
#navbar a:hover { 
    background-position:0 -59px;
    color:#1e5ebd;
}
#navbar a:active {
    background-position:0 -59px;
    color:#1e5ebd;
}

Last edited by WHPFord; 05-11-2009 at 01:00 AM.. Reason: problem solved
WHPFord is offline
Reply With Quote
View Public Profile Visit WHPFord's homepage!
 
 
Register now for full access!
Reply     « Reply to Problems positioning navigational image links next to other images
 

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