• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Buttons overlapping in Netscape

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All.. I have a jsp with buttons created from a CSS. In IE, it works file, but in netscape the buttons overlap. Here is the JSP Code.

<tr class="top">
<td class="left">
<html:link styleClass="formButton" forward="createDmsmsNotice"><bean:message key='button.newNotice'/></html:link>
</td>
<td class="center">
<html:link styleClass="formButton" forward="createNoticeSelection"><bean:message key='button.amendExisting'/></html:link>
</td>
<td class="left" width="100%">
<html:link styleClass="formButton" forward="createNoticeSelection"><bean:message key='button.reinstateItems'/></html:link>
</td>
</tr>

The CSS looks like this:

A.formButton
{background-color: #A1B7D9;
border: 3px outset #A1B7D9;
text-align: center;
font-size: 13px;
font-weight: bold;
font-family: Times New Roman, sans-serif;
color: #000000;
margin: 0px;
padding: 0px 10px 3px 10px;}

Any ideas? This application is designed using Struts.
[ August 09, 2004: Message edited by: Matt Hoffman ]
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving to the HTML/Javascript forum.
reply
    Bookmark Topic Watch Topic
  • New Topic