PDA

View Full Version : removing the white border around my bio and gallery categories


ciscoguy24
Apr-17-2006, 11:49 AM
can this be done?

Andy
Apr-17-2006, 12:24 PM
can this be done?


#galleriesBox .boxTop {border: none;}
#galleriesBox .boxBottom {border: none;}

#categoriesBox .boxTop {border: none;}
#categoriesBox .boxBottom {border: none}

#bioBox .boxTop {border: none;}
#bioBox .boxBottom {border: none;}

ciscoguy24
Apr-17-2006, 01:12 PM
#galleriesBox .boxTop {border: none;}
#galleriesBox .boxBottom {border: none;}

#categoriesBox .boxTop {border: none;}
#categoriesBox .boxBottom {border: none}

#bioBox .boxTop {border: none;}
#bioBox .boxBottom {border: none;}

ok that worked but for some reason i still have a white border on the top of the bio ?? weird any ideas?

ciscoguy24
Apr-17-2006, 02:48 PM
Hey Andy any ideas on this one?

Mike Lane
Apr-17-2006, 03:11 PM
Hey Andy any ideas on this one?

Just add this to remove it:

.homepage #homepage #bioBox .boxBottom {
border-top: 0;
}

ciscoguy24
Apr-17-2006, 04:22 PM
Just add this to remove it:

.homepage #homepage #bioBox .boxBottom {
border-top: 0;
}

great thanks mike :)

ciscoguy24
Apr-18-2006, 03:37 AM
Just add this to remove it:

.homepage #homepage #bioBox .boxBottom {
border-top: 0;
}

hey mike I just noticed when I went into one of my galleries I still have the white border around the gallery. Its fine on my homepage and when I click to go into a catagory just not when I actually go in the gallery.

thanks

Andy
Apr-18-2006, 03:44 AM
hey mike I just noticed when I went into one of my galleries I still have the white border around the gallery. Its fine on my homepage and when I click to go into a catagory just not when I actually go in the gallery.

thanks

I recommend getting Firefox, and Firefox Web Dev - links in my sig, a short tute (5 minutes) sticky in this forum. You'll know the way to remove that element in 20 seconds! I will look at your site I have quite a list so far today...

ciscoguy24
Apr-18-2006, 05:43 AM
ok andy i'll try it thx :)

Shawtown
Apr-28-2008, 11:23 AM
Just add this to remove it:

.homepage #homepage #bioBox .boxBottom {
border-top: 0;
}


Mike, I have removed the white border to the left of my bio box but I still cannot remove the top border even using the information you have posted here. Any idea why?

http://shawrowephotography.smugmug.com/

Allen
Apr-28-2008, 11:37 AM
Mike, I have removed the white border to the left of my bio box but I still cannot remove the top border even using the information you have posted here. Any idea why?

http://shawrowephotography.smugmug.com/
Try this

#bioBox,
#bioBox .boxTop,
#bioBox .boxBottom {border: none !important}