does anyone know how to make elements such as text boxes in

This is a discussion on "does anyone know how to make elements such as text boxes in" within the Web Page Design section. This forum, and the thread "does anyone know how to make elements such as text boxes in are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 2nd, 2004, 16:00
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
does anyone know how to make elements such as text boxes in

does anyone know how to make elements such as text boxes in forms etc partly-transparant using CSS?

  #2 (permalink)  
Old Apr 2nd, 2004, 16:50
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
CSS and form elements are notoriously poor bedfellows. Some form-type tags won't take any kind of CSS styling at all (like <select> IIRC)
  #3 (permalink)  
Old Apr 3rd, 2004, 11:43
benbacardi's Avatar
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Yes but i mean making anything partly transparent
  #4 (permalink)  
Old Apr 3rd, 2004, 20:22
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
You'd probably need to use some kind of CSS filter to achieve the affect.
  #5 (permalink)  
Old Apr 4th, 2004, 09:13
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,953
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
maybe try this:-
Code: Select all
<div id="mylayer" style="filter:alpha(opacity=80); -moz-opacity:0.8; width:200px; height:200px;">
   Some content
</div>
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Closed Thread

Tags
elements, such, text, boxes

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make span class text vanish when CSS is applied. Inkers Web Page Design 8 Nov 2nd, 2007 22:09
New elements in HTML 5 dcpweb Webforumz Cafe 1 Aug 9th, 2007 22:02
count of the elements amit_shetye PHP Forum 2 Dec 6th, 2005 16:21
Text Boxes.... courtjester Classic ASP 4 Aug 14th, 2004 15:04
How to make Login Boxes Amari Classic ASP 3 Jul 2nd, 2004 17:51


All times are GMT. The time now is 09:21.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43