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
Problems with clear:both
Old 01-22-2007, 10:05 PM Problems with clear:none
Y-aji's Avatar
Skilled Talker

Posts: 53
Name: Keith
Trades: 0
errr, i mean clear:none

http://y-aji.com/clintongo/index.htm
i'm having trouble getting my right dialogue box to clear the main content box. It always starts below the text from the main box. Any quick suggestions?
Thanks alot,
Yajirobe

assumed problem area within my css:

#main {
background-color: #fffcf1;
float: left;
width: 520px;
margin: 12px;
padding-bottom: 10px;
border: 2px solid #cbd0c1;
}

#right {
background-color: #fffcf1;
position: relative;
width: 160px;
left: 530px;
margin: 12px;
padding-bottom: 10px;
border: 2px solid #cbd0c1;
clear: none;
}

Last edited by Y-aji; 01-22-2007 at 10:21 PM..
Y-aji is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-22-2007, 10:46 PM Re: Problems with clear:both
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
I'm not sure exactly what it is you want to achieve? If you want the quick links at the bottom, clear: both

Though i'm not sure why you're floating?
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 01-23-2007, 10:00 AM Re: Problems with clear:both
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Floating the dialog box is ok, what I don't understand is why practically EVERYTHING is positioned - either absolute or relative. This is mostly unnecessary if the coding is done correctly.
__________________
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 01-23-2007, 02:27 PM Re: Problems with clear:both
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
Plus you have a lot of unnecessary div's in there. You have the nav list contained in 2 div's.

<ul>'s don't have to be put into divs at all. Just style the <ul> tag.
Tom_M is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problems with clear:both
 

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