font-size increase on clicking

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
vinoth
Forum Contributor
Posts: 113
Joined: Thu Aug 02, 2007 3:08 am
Location: India
Contact:

font-size increase on clicking

Post by vinoth »

Hi all.
I am using the following javascript code to open the pop-up window.

Code: Select all

<a style="cursor:pointer" onclick="window.open('whatisthis.php','win','toolbar=1,left=200,top=200,scrollbars=1,width=500,height=350');">What is this?</a>
Its working fine but when I click the link the text was increase the size on Mozila.
Is it any ways to resolve this
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

That code would have no effect on the text size. There must be something else involved.
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

I have a feeling you hit the ctrl button by accident and moved your mouse wheel. Hold your ctrl button and move your mouse wheel backwards.
Post Reply