PDA

View Full Version : How do I get two columns like on Andy's search page?


BeckmannPhotos
Aug-08-2008, 11:51 AM
I like how Andy has the map on the left and a column right next to it with the keywords. How can I do this? I want to have my search page have popular photos on one side column, and next to it have the keywords.

richW
Aug-08-2008, 12:12 PM
I like how Andy has the map on the left and a column right next to it with the keywords. How can I do this? I want to have my search page have popular photos on one side column, and next to it have the keywords.Start with the following and adjust as needed:

.mysearch #popularPhotos {width:56%; float:left;}
.mysearch #keywordsBox {width: 42%; float: right;}
.mysearch #keywordsBox .boxBottom {height: 531px !important; overflow: auto;}
.mysearch #datesBox {clear: both;}

Check both logged in & out and adjust the 'height: 531px' as needed to look the best when logged out.

BeckmannPhotos
Aug-08-2008, 02:51 PM
Thanks Rich!

One other question if you could, how did you get the box/border around your search field on your page? I'd like to add a border around mine that matches the borders around the popular photos, keywords, and timeline boxes.