Hello.
First of all I like your BlackBearPro Template verry much. Now I make a site for my friend and I would need to make the left module table to be 300 px (or around 1/3 of the whole width). If I just change in
#left {
float: left;
width: 166px;
position:relative;
}
to
#left {
float: left;
width: 366px;
position:relative;
}
Then the picture (is inserted into like an article) in moved down... Why? The pic looks like:
and the picture should be in the same height as the "news" on the left pane...
So how to make this?
Cheers!