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 please! Images and links, Float property.
Old 09-12-2007, 09:32 PM Help please! Images and links, Float property.
Super Talker

Posts: 131
Trades: 0
I have an issue that I can't figure out.
Code:
http://thenavidsonrecord.com/ne/index.php
On that page, I ended up having to give each of the images on the bottom their own div. I gave each div a different border. As you can see, the divs and images are sitting correctly.
NOW..
I then gave links a YELLOW border, which you can also see there.
Obviously they are not positioned correctly.
here is my source html and css
Code:
<div id="lowerNav">
        <?php readfile("lowerNav.html"); ?>
    </div>

<!-- lowerNav.html -->
<div id="cD">
    <a href="contact.php"><img class="lowerNav" src="http://www.webmaster-talk.com/images/contact.gif" alt="contact" /></a>
</div>
<div id="pD">
    <a href="pedigrees.php"><img class="lowerNav" src="http://www.webmaster-talk.com/images/pedigrees.gif" alt="pedigrees" /></a>
</div>
<div id="mD">
    <a href="members.php"><img class="lowerNav" src="http://www.webmaster-talk.com/images/members.gif" alt="members" /></a>
</div>
Code:
img.lowerNav {
    float:left;
    }
#cD {
    float:right;
    width:90px;
    border: 1px solid green;
    margin:0px;
    padding:0px;
    }
#mD {
    float:right;
    border: 1px solid red;
    width:90px;
    margin:0px;
    padding:0px;
    }
#pD {
    float:right;
    border: 1px solid blue;
    width:90px;
    margin:0px;
    padding:0px;
    }
Help me please I will be very grateful!
soap is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Help please! Images and links, Float property.
 

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