CSS suggestion?

KevinUK

Can't get enough of FH
Joined
Dec 22, 2003
Messages
649
Hi, I just wondered how you guys would go about doing this.
Pic

I have the READING CIRCLE section sorted but when it comes to the menus below I'm not too sure.

I was using absolute position for the 2 on the left but the search box in IE displays on the far right outside of all boxes.

Also I want to be able to centre all the boxes but I am using float: left for view, submit, links and so I think that is why I cannot centre everything?

I could cheat and have profile / search in 1 column but I want a gap between them as they will have different bg images.

Thanks, Kevin
 

SheepCow

Bringer of Code
Joined
Dec 22, 2003
Messages
1,365
You could centre it all by sticking it inside a <div> with "margin-left: auto; margin-right: auto; text-align: left;" and adding "text-align: center" to the <body>'s CSS
 

Users who are viewing this thread

Top Bottom