Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 780 results for
shadows
- Page 1
Re: Which country is the best in mobile app development?
Programming
Mobile Development
1 Month Ago
by rproffitt
For now I'd not visit the worst of the 195 countries in the world. The USA has changed teams so it's far too dangerous for visitors today. Also: > The **best in this** kind are but
shadows
, and the worst are no worse if imagination amend them. Play: A Midsummer Night's Dream
Re: Shadows in OpenGL
Programming
Software Development
13 Years Ago
by mike_2000_17
Making
shadows
in OpenGL (or DirectX) is not a trivial task. I'… thing to understand is that, in order to determine the
shadows
that the objects will cast, you need to render the…
Shadows in OpenGL
Programming
Software Development
13 Years Ago
by Labdabeta
How do you make
shadows
in OpenGL. I have been using the NeHe tutorials, but I do not understand their shadow lesson. Can anybody help?
Re: Shadows in OpenGL
Programming
Software Development
13 Years Ago
by Labdabeta
… GPU? How exactly does it work? Could I also implement
shadows
as a 2D image that I overlay on top of…
Re: Shadows in OpenGL
Programming
Software Development
13 Years Ago
by mike_2000_17
…-screen-pixel basis. I don't know much about making
shadows
, and my knowledge of it goes back many years ago…
Help wanted on inheritance shadows
Programming
Software Development
14 Years Ago
by Eekhoorn
… is struikelt hij hier over End If End Sub Private
Shadows
Sub ComboBox2_SelectedIndexChanged(ByVal sender As Object, ByVal e As System… is struikelt hij hier over End If End Sub Private
Shadows
Sub ComboBox3_SelectedIndexChanged(ByVal sender As Object, ByVal e As System…
Div Shadows and Background Gradient with Jquery
Programming
Web Development
13 Years Ago
by Behseini
Hi guys Can you please let me know where I can find a demo or example of JQuery Plugin which let's to create a Div with
shadows
(Inner and Drop
shadows
) and plugin to add gradient to Div background color? Best Regards,
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by drjohn
I know you want fluid
shadows
, PIE.HTC does that ! I simply mentioned a few other …. Have a look here to see it giving very fluid
shadows
http://lxavionics.co.uk/portables.htm notice that the boxes… with
shadows
are all different sizes. No images were harmed in making…
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
… extend to fit along, while I need to make the
shadows
"fluid" in this case to stay at the… end of the content, and also the left and right
shadows
must also expand along in height with the content. Anyone…
can you guys help me get my dell dimension 3000 to play LOTR: Shadows of Angmar??????
Hardware and Software
Microsoft Windows
16 Years Ago
by DanUpdike37
… dimension 3000. i want to play Lord of the Rings:
Shadows
of Angmar, and can't afford to get a new…
what is image shadows
Digital Media
UI / UX Design
16 Years Ago
by Suneetha Reddy
can any one tell me about image
shadows
Re: what is image shadows
Digital Media
UI / UX Design
16 Years Ago
by Shanti C
…]http://www.dynamicdrive.com/style/csslibrary/item/css-image-drop-
shadows
/[/url]
help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
Hello, I want to add some
shadows
around by content area (see img), and I do not …
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
I will try Biiim's method and see what i get @JorgeM: sry for that, in fact if you go on the link, there is a text "Bienvenue ... ", which is in my content area, but not with the
shadows
so far around that area
Re: Shadows in OpenGL
Programming
Software Development
13 Years Ago
by Labdabeta
Thank you, your description helped a bit. I will try to read the tutorial again and see if I can get it working. Ill post back if I need more help.
Re: Div Shadows and Background Gradient with Jquery
Programming
Web Development
13 Years Ago
by twiss
Is it really that hard to do a search for "jquery shadow plugin" and "jquery gradient plugin"?
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by pritaeas
I don't use this much, but perhaps [CSS3](http://www.css3.info/preview/box-shadow/) can help.
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by JorgeM
Can you clarify your question a bit more. The picture above doesnt help with respect to the link you provided. If you are trying to get a shadow around a div (content area), have you considered the `box-shadow` CSS3 property? The only downside at this time is that this property isnt supported by IE 8 or earlier.
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Biiim
<style type='text/css'> #myDiv{ box-shadow: 5px 5px 20px #cccccc;// x, y, blur, colour } </style> I forget which one is x and which is why but thats the format, some browsers might want their prefix still but should be standardised to the above now -webkit-box-shadow: 5px 5px 20px #cccccc; -moz-box-…
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by pritaeas
Wouldn't it be easier to separate the left/right, top and bottom images.
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
yes was giving this a thought as well, however concerning the left-right part, how to make them fluid? since they will be fixed in height the images...?
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by pritaeas
If stretching is not what you want (may render ugly), cut them in three: top, middle (1px should suffice) and bottom.
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
could you pls guide me on how to add them around the content block? also for cutting them in 3, it only applies to the left-right parts? this is the first time i've had to deal with something like this...
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by drjohn
Use the standard css3 method to get your box shadow. Then visit this site http://css3pie.com/ And use their behavior: url(PIE.htc); No need for images at all. The PIE file also lets you add other css3 effects for older versions of IE. Like text-shadow and broder-radius I do hope you are not wasting your time using images for rounded corners...
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
hello drjohn, my problem is not related to rounded corners but for using a fluid shadow on the left and right sides of my content...
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by TonyG_cyprus
Here's some css .top{ background-image: url(images/top.png); background-position: center; background-repeat: no-repeat; height: 80px; } .mid{ background-image: url(images/mid.png); background-position: center; background-repeat: repeat-y; } .bottom{ background-image: …
Re: help with shadows around a content area
Digital Media
UI / UX Design
12 Years Ago
by Ritesh_4
ok sorry for misunderstanding drjohn, and thanks for a quick example TonyG_cyprus
SpeedUp Your Window XP Never Than Before
Hardware and Software
Microsoft Windows
17 Years Ago
by fishyking
…. Leave only the following ticked: - Show
shadows
under menus - Show
shadows
under mouse pointer - Show translucent selection rectangle… - Use drop
shadows
for icons labels on the desktop - Use …view Fade out menu items after clicking Show
Shadows
under menus Slide open combo boxes Slide …
The most famous CSS web sites galleries in the world
Digital Media
UI / UX Design
16 Years Ago
by canonzone
…0536D&print=true[/url] All About CSS Drop
Shadows
By: John Gallant , Holly Bergevin [url]http://users…/css/before_after/befter_dropshadow/index_nopos.html[/url] :BefTer Drop
Shadows
Using :before and :after pseudo elements to create …com/mtarchive/001589.php[/url] Fun with Drop
Shadows
Drop
Shadows
are a nice way to beautify images…. [url…
Help with Objects containing objects
Programming
Web Development
15 Years Ago
by pdidow
…Then MyBase.Add(oValue) End If End Function Default Public
Shadows
Property Item(ByVal iIndex As Integer) As Head Get …Then MyBase.Add(oValue) End If End Function Default Public
Shadows
Property Item(ByVal iIndex As Integer) As Shell Get …
1
2
3
13
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC