Simple CSS style - positioning div's

TeFLoN

New Member
06pW3.png
This is a really simple question about CSS. I want to get the style depicted in the picture, I tried this code:\[code\]#parent { overflow: hidden;text-align:center;}.navbar {position:absolute;top:0px;right:3px; }.logo {float:left;}.table {float:left;}\[/code\]but it doesn't work for me, I get this:
r1ysI.png
 
Back
Top