Image Border
Posted: 21 Oct 2009, 02:35
I have the border for my images turned on in the CSS but I have one page that I don't want borders around the images. I add a Page Class Suffix to the menu and tried several variations to hide the border but it's not working, below is the last option that I tried but that too doesn't work, any suggestions?
Code: Select all
#phocagallery_PLogo a img,
#phocagallery-statistics_PLogo a img{
border: none;
}