Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
placement being ignored?
Old 07-28-2009, 11:24 AM placement being ignored?
Experienced Talker

Posts: 41
Trades: 0
<p><a href="#" onclick="showStuff('answer1'); return false;">xxx</a><br>
<span id="xxx" style="display: none;"> <IMG STYLE= position:absolute; TOP:"500"px; LEFT:"170"px; WIDTH:"50"px; HEIGHT:"50"px SRC="tiles/aba.bmp" > </span></p>


when this image is created it ignores the
Code:
 position:absolute; TOP:"500"px; LEFT:"170"px
part any reason why?

Last edited by flatrat; 07-28-2009 at 11:57 AM..
flatrat is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-28-2009, 11:46 AM Re: placement being ignored?
Super Talker

Posts: 144
Name: Nick Mallare
Location: Olathe, KS
Trades: 0
Quote:
Originally Posted by flatrat View Post
<p><a href="#" onclick="showStuff('answer1'); return false;">xxx</a><br>
<span id="answer1" style="display: none;"> <IMG STYLE= position:absolute; TOP:"500"px; LEFT:"170"px; WIDTH:"50"px; HEIGHT:"50"px SRC="tiles/aba.bmp" > </span></p>


when this image is created it ignores the
Code:
 position:absolute; TOP:"500"px; LEFT:"170"px
part any reason why?
Yikes. You code is a little messy!

Your line should look like:

HTML Code:
<img src="tiles/aba.bmp" alt="Put some useful text here" title="This will appear when someone places -- and leaves -- the mouse pointer on your image" style="position:absolute;top:500px;left:170px;width:50px;height:50px;" />
Nick
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
nmallare is offline
Reply With Quote
View Public Profile Visit nmallare's homepage!
 
Old 07-28-2009, 12:02 PM Re: placement being ignored?
Experienced Talker

Posts: 41
Trades: 0
ah it was invertered, thanks + fastest reply i've gotten on this site
flatrat is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to placement being ignored?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43999 seconds with 12 queries