View Full Version : Code for Smiley
Libbyza
11-12-2008, 10:12 AM
I blog at www.iblog.co.za and our smileys have a grey square background and it ticks me off no end, because I am a perfectionist. I want my smilies to look like the ones on this site.
Can anybody give me the CSS code to remove the grey square background, i.e. a no border code.
Thanks, much appreciated. :confused:
Snookerman
11-12-2008, 10:54 AM
Page doesn't work.
Medyman
11-12-2008, 05:45 PM
Yeah, I'm getting a 403 error. Check your permissions.
Anyway, assuming that the gray background isn't in the image itself (which is likely) and there is a selector on the smiley images, you can do the following:
img.smiley {
border:none;
}
"smiley" would be a class on the image tag.
BLiZZaRD
11-12-2008, 07:52 PM
I got the page just found, even found her blog. Looks like she is referring to the border of the images, which is a 1 px gray square around images, and turns blue when moused over. The way this is set up though it appears it is a shared blog site, and I am not sure of the amount of control she will have over the overall layout.
Added screen shot for those that can't access the site... (I couldn't find any "smilies" just pictures and thumbnails )
Medyman
11-13-2008, 02:01 PM
Libbyza,
Please be more specific as to what portion of your site you're referring to. I am able to access it now, by the way.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.