Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

applet background transparent

Status
Not open for further replies.

parallon

MIS
Dec 27, 2002
103
US
Hey there all, I found a free applet on the web, but I want to know if there is a way that I can change the background color to where it would be transparent?

A link to the sample is:


Thanks in advance,

Parallon

"I used to think that the more that you knew, the farther you would go, then I realized that the more that you know, the more they use you."

-Me
 
Oops, I forgot. Here is the code...



<applet code="hism.class" align="baseline" width="480" height="40">

<!--General Settings-->
<param name="bgcolor" value="204,204,204">
<param name="Notice" value="Horizontal Switch Menu, Copyright (c) 2000, OpenCube Inc.">


<!--Sub Menu Descriptions-->
<param name="desc0-0" value="Back to Main Page">
<param name="desc1-0" value="TeMPo Suite">
<param name="desc1-1" value="Maintenance Planner">
<param name="desc1-2" value="Inventory">
<param name="desc1-3" value="Tools Tracker">
<param name="desc2-0" value="Customer Support">
<param name="desc2-1" value="Technical Support">
<param name="desc2-2" value="Product Sales">
<param name="desc2-3" value="FAQ">
<param name="desc3-0" value="Tools">
<param name="desc3-1" value="Benefits">
<param name="desc3-2" value="Industry Applications">
<param name="desc4-0" value="About Us">
<param name="desc4-1" value="Mission Statement">
<param name="desc4-2" value="Our Customers">
<param name="desc5-0" value="Contact Us">

<!--URL Links-->
<param name="loadwhere" value="_self">
<param name="desturl0-0" value="index.html">
<param name="desturl1-0" value="suite.html">
<param name="desturl1-1" value="maint_planner.html">
<param name="desturl1-2" value="invy.html">
<param name="desturl1-3" value="tools_tracker.html">
<param name="desturl2-0" value="cust_service.html">
<param name="desturl2-1" value="tech_support.html">
<param name="desturl2-2" value="sales.html">
<param name="desturl2-3" value="faq.html">
<param name="desturl3-0" value="tools.html">
<param name="desturl3-1" value="benefits.html">
<param name="desturl3-2" value="ind_applications.html">
<param name="desturl4-0" value="about_us.html">
<param name="desturl4-1" value="mission_statement.html">
<param name="desturl4-2" value="customers.html">
<param name="desturl5-0" value="contact.html">

<!--Sub Menu Formatting-->
<param name="fittext" value="true">
<param name="font" value="Dialog, plain, 8">
<param name="menuxy0" value="5,23">
<param name="menuxy1" value="-45, 23">
<param name="menuxy2" value="-110,23">
<param name="menuxy3" value="-60,23">
<param name="menuxy4" value="-95, 23">
<param name="menuxy5" value="5,23">

<!--Sub Menu Colors-->
<param name="menucolor" value="204,204,204">
<param name="menuhlcolor" value="235,211,118">
<param name="menuhltextcolor" value="0,0,0">
<param name="menuoutlinecolor" value="0,0,0">

<!--Main Menu Images-->
<param name="imagefile0" value="home_off.gif">
<param name="imagefile1" value="products_off.gif">
<param name="imagefile2" value="support_off.gif">
<param name="imagefile3" value="solutions_off.gif">
<param name="imagefile4" value="company_off.gif">
<param name="imagefile5" value="contact_off.gif">
<param name="picxy0" value="0,0">
<param name="picxy1" value="80,0">
<param name="picxy2" value="160,0">
<param name="picxy3" value="240,0">
<param name="picxy4" value="320,0">
<param name="picxy5" value="400,0">
<param name="switchfile0" value="home_on.gif">
<param name="switchfile1" value="products_on.gif">
<param name="switchfile2" value="support_on.gif">
<param name="switchfile3" value="solutions_on.gif">
<param name="switchfile4" value="company_on.gif">
<param name="switchfile5" value="contact_on.gif">

</applet>

&quot;I used to think that the more that you knew, the farther you would go, then I realized that the more that you know, the more they use you.&quot;

-Me
 
You can change the background color but you can't make it transparent.

There's always a better way. The fun is trying to find it!
 
and that too only in the applet (ie using java), not using HTML...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top