PDA

View Full Version : Help! I can't figure this out


chrispf007
Nov-08-2006, 12:35 AM
I am trying to get rid of the white border around my bio box. I only want the green base. I have tried coding so many different ways for it, I am probably missing something basic.

I have tried changing #bioBox, #bioBox .boxTop and just .boxTop - Please, somebody shove me in the right direction!

Thanks

Mike Lane
Nov-08-2006, 02:51 AM
I am trying to get rid of the white border around my bio box. I only want the green base. I have tried coding so many different ways for it, I am probably missing something basic.

I have tried changing #bioBox, #bioBox .boxTop and just .boxTop - Please, somebody shove me in the right direction!

ThanksYou just didn't do so well at overriding the theme. Make the following changes (green is added, orange is changed)

#bioBox .boxBottom {

border: solid #063;
border-width:0 0 1px 0;

}

#bodyWrapper #bioBox,
#bodyWrapper #bioBox .boxTop {

border:0;

}

chrispf007
Nov-08-2006, 05:44 AM
I am still getting back up to full speed on css.

You just didn't do so well at overriding the theme. Make the following changes (green is added, orange is changed)

#bioBox .boxBottom {

border: solid #063;
border-width:0 0 1px 0;

}

#bodyWrapper #bioBox,
#bodyWrapper #bioBox .boxTop {

border:0;

}