how to create rounded corner div with drop shadow.
-
Hi , l am using jquery and jquery.corner pluging to create div rounded with border. i get it, but my problem is that i want to use drop shadow on bottom and right side of div . i am searching it last couple of days but no getting it. i also have used liquid canvas but did not find correct solutions Please suggest How to do it?
-
Hi , l am using jquery and jquery.corner pluging to create div rounded with border. i get it, but my problem is that i want to use drop shadow on bottom and right side of div . i am searching it last couple of days but no getting it. i also have used liquid canvas but did not find correct solutions Please suggest How to do it?
-
with jquery UI you can do it i think its css class ".ui-widget-shadow" but set the margin(for the shadow) as you like around the div MyDevBank.com
HI, I am new for jquery and using last couple of days.I have no idea that how to use jquery UI and css class .ui-widget-shadow. please let me know how to use it.
-
HI, I am new for jquery and using last couple of days.I have no idea that how to use jquery UI and css class .ui-widget-shadow. please let me know how to use it.
to make it short... download this open a index.html file in your browser its a demo in the shadow case -> look at the dialog demo -> look at the html , class="ui-widget-shadow ui-corner-all" now add the folders to your site/web app then set this html in a page for a test link the 2 js file and css to that page
<div style="width:100px;"><div class="ui-corner-all ui-widget-shadow" ><div class="ui-dialog-content ui-widget-content">test 123</div></div></div>
you should get a small shadow around a div with a test 123 text in it now you need to set the margin of the shadow so it will have an angel relating the text div it take some time to get in to it but its a great tool for web development reply back for results :) MyDevBank.com
-
Hi , l am using jquery and jquery.corner pluging to create div rounded with border. i get it, but my problem is that i want to use drop shadow on bottom and right side of div . i am searching it last couple of days but no getting it. i also have used liquid canvas but did not find correct solutions Please suggest How to do it?