.boxes {
width: 25%;
position: absolute;
top: 370pt;
}
But I want the member favorites to be higher, so it looks better, take a look...
ID:161029
![]() Jun 27 2008, 3:20 am
|
|
At the moment, I have the side box code like so:
.boxes { But I want the member favorites to be higher, so it looks better, take a look... |
First, change that from points to pixels so you can tell exactly where it is on the page. Measuring in points is something the template does by default, but if you want to work around an image like that you should be using pixels. I tried this:
You should use Firebug while designing CSS so you can try out changes to the styles like these. That is of course assuming you're designining in Firefox and then tweaking to fit IE, because that's the right way to do it.
Lummox JR