For Neopets ONLY discussion.
Topic locked

Gallery Help?

Sat Aug 05, 2006 4:35 am

Hi, I don't know if I am going to be able to get an answer here, but I need some help with coding for my gallery.
http://www.neopets.com/gallery/index.ph ... ers-A+Evil is the page I am working on. I am trying to make it so my tables are transparent, but I can only get the second table to do it. Does anyone know how to make it so they are all transparent?
This is my coding, I'm not sure quite how to post it but here goes nothing.
Code:
<style>
  body{
    background-color:#FFFFFF;
     background-image:   
     url(http://images.neopets.com/backgrounds/sketch/tile_jubjub.gif);
     background-attachment:fixed;
   }
   .tablestyle{
      padding:4px;
      border-style:dotted;
      border-color:#333333;
      border-width:2px;
      background-color:#ffffff;
      color:#000cc;
      filter:alpha(opacity=80);
      -moz-opacity:0.8; opacity:0.8;
      -khtml-opacity:0.8;
   }
   .textcolor{color:#0000CC;}   
   a.nav_link{color:#0000CC;}
      
  </style>

Sat Aug 05, 2006 6:26 am

Have you tried http://www.neopets.com/~csshelp?

Sat Aug 05, 2006 9:39 am

Well, I tried looking around there for some time, but I couldn't find anything pertaining to my problem. And I cant really neomail them because they havent been active in almost a year. :(

Sun Aug 06, 2006 5:57 am

This is a website that I like. This person apparently had to try a few things.
http://www.htmlcodetutorial.com/help/archive.php/o_t__t_1043__transparent-table.html

Mon Aug 07, 2006 8:24 am

After a couple of long hours of tinkering, I finally got it to work somewhat how I wanted it too. So thanks for the help I guess... :)

Thu Aug 10, 2006 12:31 am

Which reminds me - we really need a good coding section on ppt.
Topic locked