Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Add -moz border and shadow to header image? (http://forum.bytesforall.com/showthread.php?t=16375)

ARealpolitik Dec 31, 2011 11:26 AM

Add -moz border and shadow to header image?
 
I would like to add the code below to enhance my header image. Is this possible and where would I add it? Thanks...

3.5.1

http://www.thejeffersontree.com/

border: solid 1px #4D5232;
padding: 10px 10px 10px 10px;
background: #EBEDE0;
box-shadow: 0 0 10px #333;
-moz-box-shadow: 0 0 10px #333;
-moz-border-radius:5px;
-khtml-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;

lmilesw Dec 31, 2011 11:48 AM

Some of that could be used in CSS Inserts with the #imagecontainer selector but I would probably not use %image and instead wrap an image with a div, give it an ID and put in that same spot. You will then have more control.


All times are GMT -6. The time now is 08:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.