| | |
Shadow
Please support our HTML and CSS advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Oct 2009
Posts: 12
Reputation:
Solved Threads: 0
how to give shadow in dreamweaver to textfield area?
this is my code nd i want to give inner shadow for this
this is my code nd i want to give inner shadow for this
html Syntax (Toggle Plain Text)
<label> <input name="textfield" type="text" size="25" maxlength="25" width="300px" /> </label>
Last edited by peter_budo; 15 Days Ago at 4:27 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks)
0
#2 16 Days Ago
Here's a demo of the border effects theoretically available from CSS.
I say theoretically, because last time I ran a check, not all these border styles were available in all the major browsers. IIRC, IE was most comprehensive and Opera least - or was it FF?
To see what's going on in more detail, change border-width to something like 15px.
I think Dunceweaver will let you do all that - surely?
Airshow
html Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Airshow :: Border Styles Demo</title> <style type="text/css"> body { background-color: #e0e0e0; } input { margin: 6px 0; width: 200px; height: 30px; border-width: 2px; } </style> </head> <body> <input style="border-style:none" name="textfield" type="text" size="25" value="none" /><br /> <input style="border-style:dotted" name="textfield" type="text" size="25" value="dotted" /><br /> <input style="border-style:dashed" name="textfield" type="text" size="25" value="dashed" /><br /> <input style="border-style:solid" name="textfield" type="text" size="25" value="solid" /><br /> <input style="border-style:double" name="textfield" type="text" size="25" value="double" /><br /> <input style="border-style:groove" name="textfield" type="text" size="25" value="groove" /><br /> <input style="border-style:ridge" name="textfield" type="text" size="25" value="ridge" /><br /> <input style="border-style:inset" name="textfield" type="text" size="25" value="inset" /><br /> <input style="border-style:outset" name="textfield" type="text" size="25" value="outset" /><br /> </body> </html>
To see what's going on in more detail, change border-width to something like 15px.
I think Dunceweaver will let you do all that - surely?
Airshow
50% of the solution lies in accurately describing the problem!
0
#4 16 Days Ago
Yes, standard CSS box model applies.
Top, bottom, left and right can be individually set but please note that with groove, ridge, inset and outset, the styles of the four edges are managed for you to give the right effect, which will probably be lost if you try to address the edges individually. But by all means try.
Airshow
Top, bottom, left and right can be individually set but please note that with groove, ridge, inset and outset, the styles of the four edges are managed for you to give the right effect, which will probably be lost if you try to address the edges individually. But by all means try.
Airshow
50% of the solution lies in accurately describing the problem!
![]() |
Similar Threads
- there is a blue shadow underneath my icons (Windows NT / 2000 / XP)
- shadow admin (Windows NT / 2000 / XP)
- Drop shadow around content? (JavaScript / DHTML / AJAX)
- CSS Border's Shadow ??? (HTML and CSS)
- Disable BIOS shadow on Presario 700 (Windows NT / 2000 / XP)
Other Threads in the HTML and CSS Forum
- Previous Thread: Why font-size is affecting the gap between divs in this example?
- Next Thread: Which way is better?
| Thread Tools | Search this Thread |
appointments asp background backgroundcolor beta browser bug calendar cart cgi code codeinjection corporateidentity css design development displayimageinsteadofflash dreamweaver emailmarketing epilepsy explorer firefox flash form format google griefers hackers hitcounter hover html ide ie7 ie8 iframe image images internet internetexplorer intranet iphone javascript jpeg layout macbook maps marketshare microsoft mozilla multimedia navigationbars news offshoreoutsourcingcompany opacity opera optimization pnginie6 positioning problem scroll seo shopping studio swf swf. textcolor timecolor titletags url urlseparatedwords visual visualization web webdevelopment webform website windows7





