WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 Shadow code on Tue Jun 28, 2011 1:47 am

Pinks


Registered Member
Registered Member
can anyone plz give me forum shadow code?version-invision



Last edited by Pinks on Tue Jun 28, 2011 2:12 am; edited 1 time in total

2 Re: Shadow code on Tue Jun 28, 2011 1:56 am

Nera


WebArtz Technician
WebArtz Technician
Hi,

Add it under the selector where you want to see the shadow.

Code:
box-shadow: 0 0 10px #000000;
-webkit-box-shadow: 0 0 10px #000000;
-moz-box-shadow: 0 0 10px #000000;


If you don't know wich one is it tell me where do you want the shadow and I'll tell you.


_________________

3 Re: Shadow code on Tue Jun 28, 2011 2:00 am

Pinks


Registered Member
Registered Member
forum shadow

4 Re: Shadow code on Tue Jun 28, 2011 2:09 am

Nera


WebArtz Technician
WebArtz Technician
Add this to your CSS
Code:
#ipbwrapper {
box-shadow: 0 0 10px #000000;
-webkit-box-shadow: 0 0 10px #000000;
-moz-box-shadow: 0 0 10px #000000;
}


_________________

5 Re: Shadow code on Tue Jun 28, 2011 2:11 am

Pinks


Registered Member
Registered Member
thank u so much

6 Re: Shadow code on Tue Jun 28, 2011 2:13 am

Nera


WebArtz Technician
WebArtz Technician
You welcome Pinks.

Solved => Locked


_________________

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum