Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Help with Containers
I’m trying to set the “archive” containers image, but I’m not having great luck, and I’ve managed to get the containers almost right, but they’re not floating correctly and in addition are displaying excess height and width so that the images are out of place. Is it that the images are too big? The boxes ought to be below the image “archives”, and they should all be aligned horizontally.
Would be grateful for advice on this.
Cheers
Last edited by sekhu (2006-03-26 08:02:16)
Offline
#2 2006-03-26 10:12:15
- whatbrick
- Member
- From: Texas
- Registered: 2006-03-13
- Posts: 100
Re: Help with Containers
I’m not sure I understand everything you are going for, but let see if I get one thing correct…the containers with class="archlist"
are supposed to be under the containers with class="arch"
? If so, have you tried arranging them like this:
<div id="bottom">
<div class="arch"></div>
<div class="arch"></div>
<div class="arch"></div>
<div class="arch"></div>
<div class="archlist"></div>
<div class="archlist"></div>
<div class="archlist"></div>
<div class="archlist"></div>
</div>
If it isn’t what you are after, I must not understand what you are trying to accomplish.
Do not taunt the Markup Monkey!
Offline
Re: Help with Containers
precisely and it works, thank you
Offline
Pages: 1