Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-30-2002, 02:55 AM   PM User | #1
javahelpme
New to the CF scene

 
Join Date: Jul 2002
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
javahelpme is an unknown quantity at this point
Question java applet resize

I have this code for a java chat room and here is a part of it :

(sample in px)

<applet code="something.class" codebase="http://something.something.com" archive="something.zip"
width=500 height=315>
</applet>

Ok my question is..when I try to make the width in %, it will not show it.. this is how it looks... width=100% height 315...and it will not show it...how can I make my width in % and still see the applet?

Please help..
javahelpme is offline   Reply With Quote
Old 07-30-2002, 05:19 AM   PM User | #2
HappyDude
New Coder

 
Join Date: Jul 2002
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
HappyDude is an unknown quantity at this point
I just tried it, and the applet works perfectly fine with width set at 100%...
I'm not sure if this is your problem, or if you just made a typo in your post, but you seem to be missing an equal sign in the part where you say "this is how it looks... width=100% height 315" <--that should be "height=315" instead...
But having the width in percentage 'should' work, and does work for me...
HappyDude is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:35 AM.


Advertisement
Log in to turn off these ads.