There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Transparent Text Area


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
Ferretloafer's Avatar
Junior Member with 1 posts.
 
Join Date: Jun 2007
Experience: Beginner
11-Jun-2007, 12:51 AM #1
Question Transparent Text Area
I was wondering how to make a text area semi-transparent or be able to adjust the opacity levels so that the background image is visible.
Shadow2531's Avatar
Distinguished Member with 2,629 posts.
 
Join Date: Apr 2001
11-Jun-2007, 02:24 AM #2
The background image should show through the textarea automatically, but here's how you can mess with the opacity.

Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Transparent Textarea</title>
        <style>
            textarea {
                background-color: #fff;
                background-image: url(http://www.google.com/images/logo.gif);
                width: 276px;
                height: 110px;
                font-weight: bold;
                color: #ff9900;
                font-size: 1.4em;
                opacity: .50; /* Standard opacity property */
                filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE opacity property */
                /* reducing the opacity will also make the textarea text become transparent */
            }
        </style>
    </head>
    <body>
        <p><textarea>You should see the Google image behind this text.</textarea></p>
    </body>
</html>
dudeking's Avatar
Computer Specs
Senior Member with 345 posts.
 
Join Date: Feb 2007
Location: UK, Midlands
Experience: I'm Pro...
11-Jun-2007, 06:01 PM #3
overflow:none;
border:0px;

Will neaten the edges up abit as well
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:10 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.