HighDots Forums  

Buttons randomly move positions...

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Buttons randomly move positions... in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Holland87
 
Posts: n/a

Default Buttons randomly move positions... - 11-02-2005 , 07:31 PM






Okay, this is an interesting one.

If you view my Administration Login page:
http://www.deceptivemagic.com/admin.htm in Mozilla, the "Log In" and "Reset"
buttons change positions randomly if you refresh the page. Seriously, sit there
and click the REFRESH button a lot, and you should see them move positions.
This DOES NOT happen in IE. I really am hoping someone knows what is going on
here, or if they even move in Mozilla for you guys.

Thanks guys.



Shane H


Reply With Quote
  #2  
Old   
WebspinnerInc
 
Posts: n/a

Default Re: Buttons randomly move positions... - 11-02-2005 , 07:38 PM






<p class="style7 style4 style3 style2">

this looks heavily incorrect. Since this points to multiple styles and some of
them do not exist in the document it might explain firefox interesting
interpretation of the position of the elements.


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Buttons randomly move positions... - 11-02-2005 , 08:18 PM



It's perfectly fine. You can gang classes like this with no problem.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"WebspinnerInc" <che (AT) webspinnerinc (DOT) com> wrote

Quote:
p class="style7 style4 style3 style2"

this looks heavily incorrect. Since this points to multiple styles and
some of
them do not exist in the document it might explain firefox interesting
interpretation of the position of the elements.




Reply With Quote
  #4  
Old   
Holland87
 
Posts: n/a

Default Re: Buttons randomly move positions... - 11-02-2005 , 08:56 PM



Any suggestions or clues on why the buttons are moving around then, Murray?

Thanks.



Shane H

Reply With Quote
  #5  
Old   
Holland87
 
Posts: n/a

Default Re: Buttons randomly move positions... - 11-02-2005 , 09:26 PM



Murray, WebspinnerInc:

I figured out what was going wrong. I noticed it was only the second button
that was moving, and looked at its code, which WAS:

<td width="50%">
<div align="left">
<input type=reset name=s2 value="Reset">
</div>
</td>


The first button had the correct code but the second one didn't, I was missing
the scope="row", so the correct code is:

<td width="50%" scope="row">
<div align="left">
<input type=reset name=s2 value="Reset">
</div>
</td>


Oh, silly me! Thanks anyway guys!




Shane H


Reply With Quote
  #6  
Old   
Holland87
 
Posts: n/a

Default Re: Buttons randomly move positions... - 11-02-2005 , 09:58 PM



Okay. Apparently, I was wrong. The RESET button keeps moving.


Any ideas guys?



Shane H


Reply With Quote
  #7  
Old   
Gary White
 
Posts: n/a

Default Re: Buttons randomly move positions... - 11-03-2005 , 01:33 AM



On Thu, 3 Nov 2005 02:58:12 +0000 (UTC), "Holland87"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
Okay. Apparently, I was wrong. The RESET button keeps moving.


Any ideas guys?

See this: http://tinyurl.com/bgsh9

Pay particular attention to errors 4, 5 and 7.

Gary


Reply With Quote
Reply




Thread Tools
Display Modes

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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.