| View previous topic :: View next topic |
| Author |
Message |
jaygajay
Joined: 01 Oct 2005 Posts: 4
|
Posted: Sat Oct 01, 2005 8:40 pm Transparent Tables, no CSS. |
|
|
|
Is it possible to turn a table, transparent, without using CSS or Javascript.
I am using Multiply and they don't allow you to use CSS without a premium account.
Is there any way that one can use HTML or META HTTP |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Sun Oct 02, 2005 6:08 am |
|
|
|
What code are you using now - are you applying a color to the tables? |
|
jaygajay
Joined: 01 Oct 2005 Posts: 4
|
Posted: Sun Oct 02, 2005 10:17 am |
|
|
|
I am not using any codes. The table is provided as is. It is with a solid color. Check it out right here. Click here.
It is almost like MySpace but, They don't let you use Javascript or CSS to customize your site. Only HTML. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Sun Oct 02, 2005 3:14 pm |
|
|
|
| And what table do you not want transparent? Can you edit the HTML and CSS codes on this webpage? |
|
jaygajay
Joined: 01 Oct 2005 Posts: 4
|
Posted: Mon Oct 03, 2005 12:11 pm |
|
|
|
/* item contents area */
.itembox {
background: none;
background-color: #9ea9c4;
border-color: #495271;
color: #000000;
That is the CSS code. Now what I want to know is, is there any HTML or CSS code (preferablly CSS) that can turn the 'itembox' transparent and not the text.
If you need to know what I mean, click here and I will show you. It is the box where my Welcome message is. And also where the photos, music, links, video and notes boxes are. Multiply calls it itemboxes, but it's the equivalent to a table. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Mon Oct 03, 2005 1:16 pm |
|
|
|
What color do you want the background? If you do not want it to have a background color, try:
| Code: |
.itembox {
border-color: #495271;
color: #000000; |
|
|
jaygajay
Joined: 01 Oct 2005 Posts: 4
|
Posted: Mon Oct 03, 2005 6:28 pm |
|
|
|
| I want a semi-transparent background color. But the text to be opaque while viewers can see my background, behind the box. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8267 Location: Castle Rock CO USA
|
Posted: Tue Oct 04, 2005 10:20 am |
|
|
|
| I know you said no CSS, but you wil need to use CSS, HTML won't cut it. I started this thread as well just in case - for others. |
|
|