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
Need Some Help Making this Sidebar Box, Please
Old 04-28-2010, 11:19 AM Need Some Help Making this Sidebar Box, Please
dcloud's Avatar
Experienced Talker

Posts: 49
Name: Doug
Location: Michigan
Trades: 0
I am putting together a sidebar box for a friend of mine. I've sliced up the images to be used in the box for my friend wanted the inner text images to be links to different pages. You can view the box in progress here.

Below is the CSS I wrote for the divs and the divs themselves:

Code:
#container {
width: 261px;
margin: auto;
}

#top {
height: 82px;
margin: auto;
}

#leftside {
float: left;
width: 35px;
background: url(/img/buttonleft.gif) no-repeat;
height: 229px;
margin: auto;
}

#rightside {
float: right;
width: 35px;
background: url(/img/buttonright.gif) no-repeat;
height: 229px;
margin: auto;
}

#content {
margin: auto;
}

#footer {
clear: both;
height: 42px;
margin: auto;
}
Code:
<div id="container">
<div id="top"><img alt="Ads and Buttons" border="0" width="261" src="/img/buttonheader.gif" height="82" title="Ads and Buttons"/></div>
<div id="leftside"></div>
<div id="rightside"></div>
<div id="content">
<a href=""></img/designbutton.gif"></a>
<a href=""></img/makemyad.gif"></a>
<a href=""></img/resizemyad.gif"></a>
<a href=""></img/howtograb.gif"></a>
<a href=""></img/grabwpcom.gif"></a>
<a href=""></img/oneclick.gif"></a>
<a href=""></img/otheruses.gif"></a>
</div>
<div id="footer"><img border="0" width="261" src="/img/buttonbottom.gif" height="42"></div>
</div>
If you look at the box on the page I linked to above you'll see that everything seems to be working fine except for the bottom piece. For some reason I have a small gap above the footer image and it extends way out to the right.

I'm not a coder so if you have any suggestions or know of a better way to implement this please let me know.

Thanks.
__________________
-- “I draw therefore I am...”
dcloud is offline
Reply With Quote
View Public Profile Visit dcloud's homepage!
 
 
Register now for full access!
Old 04-28-2010, 02:25 PM Re: Need Some Help Making this Sidebar Box, Please
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Page not found error on your link.

Just looking at your code here, you should put those links in a proper unordered list and you shouldn't use images for navigation that way - it's inaccessible.
__________________
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 04-28-2010, 02:32 PM Re: Need Some Help Making this Sidebar Box, Please
dcloud's Avatar
Experienced Talker

Posts: 49
Name: Doug
Location: Michigan
Trades: 0
Quote:
Originally Posted by LadynRed View Post
Page not found error on your link.

Just looking at your code here, you should put those links in a proper unordered list and you shouldn't use images for navigation that way - it's inaccessible.
I got it working so I removed it from that test site. I made this for my friend and that's the way she wanted it done.
__________________
-- “I draw therefore I am...”
dcloud is offline
Reply With Quote
View Public Profile Visit dcloud's homepage!
 
Reply     « Reply to Need Some Help Making this Sidebar Box, 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.34557 seconds with 12 queries