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

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]

1Shadow code Empty Shadow code Tue Jun 28, 2011 3:17 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 3:42 am; edited 1 time in total

2Shadow code Empty Re: Shadow code Tue Jun 28, 2011 3:26 am

Nera

Nera
Technician
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.

3Shadow code Empty Re: Shadow code Tue Jun 28, 2011 3:30 am

Pinks


Registered Member
Registered Member
forum shadow

4Shadow code Empty Re: Shadow code Tue Jun 28, 2011 3:39 am

Nera

Nera
Technician
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;
}

5Shadow code Empty Re: Shadow code Tue Jun 28, 2011 3:41 am

Pinks


Registered Member
Registered Member
thank u so much

6Shadow code Empty Re: Shadow code Tue Jun 28, 2011 3:43 am

Nera

Nera
Technician
Technician
You welcome Pinks.

Solved => Locked

Sponsored content


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