Shoutbox

CSS Transparency - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: CSS Transparency (/showthread.php?tid=67653)

CSS Transparency by Eddie on 10-25-2006 at 01:37 AM

Hello, im creating a website as part of a school project but im havin some trouble just making the white table background transparent the code and a picture is below...

code:
.tablebg {
    background-repeat: repeat;
    background:white;
    filter:alpha(opacity=50);
    -moz-opacity:.50;
     opacity:.50;
[Image: untitled6tl3.th.jpg]

Bad quality i know but i had to upload it fairly quickly :)

RE: CSS Transparency by ShawnZ on 10-25-2006 at 01:46 AM

it looks transparent to me...


RE: CSS Transparency by Supersonicdarky on 10-25-2006 at 01:47 AM

he wants only a part of it transparent...  or at least that's what i'm getting :/

btw, get a new bg ;)


RE: CSS Transparency by Eddie on 10-25-2006 at 01:51 AM

quote:
Originally posted by Supersonicdarky
he wants only a part of it transparent...  or at least that's what i'm getting :/

btw, get a new bg ;)
yer, only the greyish white bit behind the banner and stuff, and yes im getting a new bg, its only a school thing so it doesnt have to be SPECIAL 8-)
RE: CSS Transparency by rav0 on 10-25-2006 at 07:05 AM

Why is there HTML <table> tags when you don't have an actual table? <-- inspired question

Are you sure that it's the table background there, and not the border? <-- direct help


RE: CSS Transparency by Eddie on 10-25-2006 at 09:04 AM

I've changed the design because i couldnt be bothered tryin to get it, but thanks all (Y)