|
|
 |
|
December 4th, 2007, 05:48 PM
|
#2
|
|
Highly Reputable Member
Join Date: Sep 2007
Age: 16
Posts: 716
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
Try adding float:left; to #boxcontainer. I think the reason that this is happening is that the content above the left box is "shorter".
|
|
|
December 4th, 2007, 05:55 PM
|
#3
|
|
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 461
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
try replacing your code with the code below .
#left {
width: 352px;
height: 232px;
float: left;
padding: 19px;
}
|
|
|
December 5th, 2007, 12:57 AM
|
#4
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,629
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: 3 columns?
Do you mean the blue colored button? It's perfect the way I looked at it.
|
|
|
December 5th, 2007, 11:12 AM
|
#5
|
Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
|
Re: 3 columns?
Have you fixed this issue now? I don't see any problems in Firefox.
|
|
|
December 6th, 2007, 06:11 AM
|
#6
|
|
Reputable Member
Join Date: Sep 2006
Location: England
Age: 21
Posts: 143
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
Yep, dabs fixed the issue.
However, look again and now I need 3 boxs below them.
Also there's a small error with the picture in IE6.
Any ideas? Mostly need the box one sorted asap.
|
|
|
December 6th, 2007, 06:19 AM
|
#7
|
Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
|
Re: 3 columns?
The page is completely mucked up in Firefox. See my attachment.
|
|
|
December 6th, 2007, 07:08 AM
|
#8
|
|
Reputable Member
Join Date: Sep 2006
Location: England
Age: 21
Posts: 143
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
... I know, that's what my post is about. It completely messed up when i added the other 3 boxs.
I can do it using another 3 divs easyily, maybe that's the best position.
|
|
|
December 6th, 2007, 07:10 AM
|
#9
|
Join Date: Apr 2007
Location: Scotland, UK
Posts: 2,086
Thanks: 2
Thanked 23 Times in 23 Posts
|
Re: 3 columns?
Have you cleared your floats from above?
|
|
|
December 6th, 2007, 07:20 AM
|
#10
|
|
Elite Veteran
SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 3,910
Thanks: 9
Thanked 40 Times in 38 Posts
|
Re: 3 columns?
you need to change your box content div to the followg:
<div id="boxcontainer">
<div id="box1"/>
<div id="box2"/>
<div id="box3"/>
<div style="clear: both;"/>
<div class="boxcontent">46546</div>
<div class="boxcontent">46546</div>
<div class="boxcontent">46546</div>
</div>
and then remove the
on the boxcontent css
that should clean it up for you
edit: screen shot attached
Last edited by welshstew; December 6th, 2007 at 07:28 AM..
Reason: add screen shot
|
|
|
December 6th, 2007, 08:50 AM
|
#11
|
|
Highly Reputable Member
Join Date: Sep 2007
Age: 16
Posts: 716
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
Woah! Stew, what's with your browser? Looks very... holiday-ish 
|
|
|
December 6th, 2007, 09:08 AM
|
#12
|
|
Reputable Member
Join Date: Sep 2006
Location: England
Age: 21
Posts: 143
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
Thanks a lot, I'll update it later.
|
|
|
December 6th, 2007, 09:29 AM
|
#13
|
|
Elite Veteran
SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 3,910
Thanks: 9
Thanked 40 Times in 38 Posts
|
Re: 3 columns?
Quote:
Originally Posted by PicoDeath
Thanks a lot, I'll update it later.
|
No probs
Quote:
Originally Posted by swagner
Woah! Stew, what's with your browser? Looks very... holiday-ish 
|
Tis the season  mas:
|
|
|
December 6th, 2007, 05:55 PM
|
#14
|
|
Reputable Member
Join Date: Sep 2006
Location: England
Age: 21
Posts: 143
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
How come there's a bigger gap between the first box than the 2nd/3rd box?
|
|
|
December 6th, 2007, 06:25 PM
|
#15
|
|
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 461
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
If you remove
margin-right: 2px; from #boxcontent 1 and border-right:2px solid #ffffff; from #box 1 that should even things up.
then add margin-left:2px to #boxcontainer
Last edited by dab42pat; December 6th, 2007 at 06:39 PM..
|
|
|
December 6th, 2007, 07:22 PM
|
#16
|
|
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 461
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
It may also be an idead to alter your footer gif to fit a width of 753px and adjust the footer div width to the same. That should line up everything.
|
|
|
December 6th, 2007, 11:36 PM
|
#17
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,629
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: 3 columns?
Is it FF extension Welshstew? nice one..
|
|
|
December 6th, 2007, 11:44 PM
|
#18
|
|
Highly Reputable Member
Join Date: Sep 2007
Age: 16
Posts: 716
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
Quote:
Originally Posted by monie
Is it FF extension Welshstew? nice one..
|
Found it! Tinseltown
|
|
|
December 7th, 2007, 12:03 AM
|
#19
|
|
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 28
Posts: 1,629
Thanks: 0
Thanked 4 Times in 3 Posts
|
Re: 3 columns?
Installing.... 
|
|
|
December 7th, 2007, 12:03 AM
|
#20
|
|
Highly Reputable Member
Join Date: Sep 2007
Age: 16
Posts: 716
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0
|
Re: 3 columns?
Me too!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|