firsttube76 (AT) gmail (DOT) com wrote:
Quote:
unfortunatel, float: right for those three div's did not work. |
Unless you are working offsite, your three right boxes
<div class="sideBox" style="">
do not have a container <div> as I suggested. It would be with this
containing <div> that you set the float.
BTW, instead of specifically positioning those three
<div class="sideBox" style="">
<div class="sideBox" style="top:422px;">
<div class="sideBox" style="top:584px;">
set a bottom margin of 1 or 2em to class sideBox, and dump the top:NNpx
styles.
Quote:
They all appear on top of eachother. |
Aren't they supposed to be in a vertical column?
You have way too many <div>'s and not enough other semantic markup. Look
into using a list [ <ul> <li> ] for the menu, as an example.
http://www.alistapart.com/articles/taminglists/
Someone already mentioned the "Welcome to the official web site of
Penguin Designs. ..." which should be:
<h1>Penguin Designs</h1> [ <-- new ]
<h2>Welcome</h2> [ <-- actually, better keywords needed ]
<p>Welcome to the official web site of Penguin Designs. .. </p>
See the menu on this site of mine; it's a styled ul/li list.
http://countryrode.com/
--
-bts
-Warning: I brake for lawn deer