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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button not rendering in Netscape 4.7 !

Status
Not open for further replies.

RichardEdwards

Programmer
Jan 31, 2002
33
0
0
US
Help! Help! I've created a solid cross-browser navigable calendar ( but the first button won't display in Netscape 4.7 !!?!

Everything else still works, but the Su (Sunday) button doesn't appear in Netscape 4.7 --- but I have tested it successfully in Mozilla 1.0, Netscape 6.2, and Internet Explorer 5.5

I'd appreciate any enlightenment as to this hidden button mystery...

:: richard.renfrow@juno.com
 
When I look at your code in Netscape 4.7 this is what I see:
Code:
<TD valign=top align=right>
<INPUT type=button name=Su value=Su onclick=&quot;navWeek('cal0',0)&quot; id=Su width=28 style=&quot;width: 28px&quot;>
</TD>
<TD valign=top align=right>
<INPUT type=button name=M value=M onclick=&quot;navWeek('cal0',1)&quot; id=M width=28 style=&quot;width: 28px&quot;>
<INPUT type=button name=M value=M onclick=&quot;navWeek('cal0',1)&quot; id=M width=28 Ttyle=&quot;width: 28px&quot;>
</TD>

I'm not sure why there are two buttons for every other day except Sunday, but if you put the second button (difference is just Ttyle vs style) then the button shows up for Sunday.

Hope this helps!
Jessica
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top