javascript - Rounded corners AND shadow applied to one div? -


How? Any suggestions other than CSS?

I have tried JQuery (dropCurves, shadow, shadedborder, corner osv).

General array of options:

  1. with both circular and shadow Use background images and a series of divs to make rounded corners.
  2. Use CSS3 border-radius and box-shadow (FF3.5 +, reliable in Safari 4+, and Chrome 2+. No IE support.)
  3. Incremental look Use javascript to create a series of small divs (stairs full of steps) and then add roundness.

Normal CSS, JavaScript techniques with CSS3, background images, in order of difficulty for you.

Most JavaScript Cone Outings are Out of Going Techniques Shortcuts for # 1 (Applying Background Images with CSS) So one that adds circularity and uses second which adds shadow does not work is. They are contradictory ends and whichever last runs usually only one applies.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -