473,379 Members | 1,270 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Shadow for boxes

KeredDrahcir
426 256MB
I was wondering if anyone can help me. I'm after a CSS way of making a shadow appear round all four sides of a box. Everywhere I look it only seems to work for around two sides and I can't find anything that will do all four.
If there is some simple codes for this, could someone please enlighten me?
Feb 26 '13 #1
3 1489
hi frnd you can use this code for shadow and adjest acording you
code is
Expand|Select|Wrap|Line Numbers
  1. div
  2. {
  3. width:300px;
  4. height:100px;
  5. background-color:yellow;
  6. box-shadow: 5px 15px 5px 25px #888888;
  7. }
Mar 10 '13 #2
Exequiel
288 256MB
Expand|Select|Wrap|Line Numbers
  1. div{
  2. padding: 5px;
  3. height: 50px;
  4. width: 50px;
  5. box-shadow: 0px 2px 2px 3px rgba(1,1,1,0.3);
  6. }
you can try this. . .
Mar 10 '13 #3
Unkno
9
Expand|Select|Wrap|Line Numbers
  1. div{
  2. background: #fcfcf7; 
  3. border-radius: 25px; 
  4. border: 1px solid black; 
  5. width: 498px;
  6.  height: 315px; 
  7. box-shadow: 10px 10px 5px #888888
  8. }
you cna try this also :)
Mar 11 '13 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Acer | last post by:
hi, what's the best way to display pictures with an automatic generated shadow ?
4
by: Barry Kelly | last post by:
I'm designing an application framework which will, amongst other things, live in an assembly hosted in the ASP.NET worker process, servicing webservice requests. Here's the scenario: APPFX is...
0
by: Damien Anselmi | last post by:
I am using the CompileAssemblyFromSource method of an ICodeCompiler instance to dynamically compile an assembly used by a Web Application. The assembly may be recompiled any number of times during...
2
by: Oenone | last post by:
I have an application which loads plugin DLLs from various directories on the local disk. To avoid problems with the DLLs being locked by IIS, I have modified my code so that it copies the DLLs to...
2
by: Diffident | last post by:
Hello All, I just finished reading an interesting article by Scott about App Domains: http://odetocode.com/Articles/305.aspx Scott, I have a question about the section "Shadow Copies and...
0
by: juglesh | last post by:
Hello, I've searched and d/l'd but cant seem to find a way of creating a semi-transparent drop shadow for an image. Let me say, be fore I go on, I *do not* want one of those scripts that resizes...
4
by: phil-news-nospam | last post by:
I bet this won't work in IE> http://phil.ipal.org/usenet/ciwas/2006-05-04/more-shadow-boxes.html Move the mouse pointer from box to box. Comments (on other than it's silliness and absurdity)...
1
by: danyadler | last post by:
Hi all, So I'm wondering endlessly on the web, trying to find a way to create rounded cornered boxes with shadow, when the corners and shadow are transparent, becoz my backround is not white......
16
by: eholz1 | last post by:
Hello CSS group, I saw a beautiful effect that I would like to use either by CSS or using photoshop to create the image/effect (maybe even imagemagick) the site address is:...
1
by: bharathreddy | last post by:
While developing web application I came across build error: "Cannot create/shadow copy 'your assembly info here' when that file already exists". I was not quite sure what is shadow copy is in .net....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.