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!

Buttons created in Dreamweaver don't work in Firefox

Status
Not open for further replies.

BBumstead

Technical User
Aug 13, 2001
4
0
0
US
The buttons on don't work in Firefox, although they work perfectly fine in IE.

The alignment is okay and the colors are fine.

We used CSS but there's something still wrong. [evil]

Suggestions, please.

[gorgeous]
 
Don't work how? Can we see the CSS and a little source?
 
</style>
</head>
<body bgcolor="#FFFFFF">
<div id="Layer2">
<div align="center">
<table width="100%" border="1" cellpadding="1" cellspacing="1" bordercolor="#5D1E00">
<tr>
<th width="16%" scope="col"><span class="style1"><a href="actingClan-1.html" target="mainFrame">home</a></span></th>
<th width="16%" scope="col"><span class="style1"><a href="CFrameset-9.html" target="mainFrame">coaches</a></span></th>
<th width="16%" scope="col"><a href="aCtingClanbonuses.html" target="mainFrame"><span class="style1">bonuses</span></a></th>
<th width="16%" scope="col"><a href="free.html" target="mainFrame"><span class="style1">references</span></a></th>
<th width="16%" scope="col"><span class="style43"><a href="price.html" target="mainFrame"><span class="style3">pricing</span></a></span></th>
<th width="20%" scope="col"><a href="aCtingClanContaCt.html" target="mainFrame"><span class="style3">contact</span></a></th>
</tr>
</table>
</div>
</div>
<div id="Layer9">
<div align="center"><a href="index.html" target="_blank"><img src="actingClanopen.gif" alt="aCting Clan" width="324" height="109" border="0" /></a></div>
</div>
<div id="Layer6">
<p align="center"><a href="free.html" target="_blank" class="style44">free evaluation by aCting Clan</a> </p>
<p align="center"><span class="style25">Call now: 818.752.4884 or e-mail: info@actingclan.com</span> <span class="style25">Become a Member of our clan - the <span class="style43">aCting Clan</span></span></p>
</div>
</body>
</html>

This is the part around the buttons. Actually, I haven't tried this version in firefox yet. Here's hoping.



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top