HighDots Forums  

Murray, here is the example I wanted to show you...

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Murray, here is the example I wanted to show you... in the Macromedia Dreamweaver forum.



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

Default Murray, here is the example I wanted to show you... - 02-14-2005 , 01:52 PM






Hi Murray, I have finally uploaded an example of the page in which I am having
problems with the javaScript pop-ups. We're going to have it look like this for
a few months until the site gets a complete face lift. (LINK IS BELOW...please
read my issues) As you will see, not all of the images pop up in a nice, neat
box. Some of them flip the window vertically, and I have no idea why. I've done
the same, exact step for each. So that's problem # 1 that I need to solve.
Issue # 2...the light blue boxes that read: Custom & Stock. I don't seem to
have control over them. I'd like the heighth decreased substantially and when I
type in a figure in the properties inspector, I have no luck.
http://www.fasttag.com/test/FastTags/ExcelTag.asp Thanks much...I really
appreciate it! Christine


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

Default Re: Murray, here is the example I wanted to show you... - 02-14-2005 , 03:14 PM






Here's a link that works -

<a href="javascript:;"
onClick="openPictureWindow_Fever('','../Images/largecustom_big.gif','818','141','Large
Custom Tag','30','30')"><img src="../Images/largecustom_thumb.gif"
alt="Large Custom Tag" width="265" height="46" border="0"></a>

Here's a link that fails -

<a href="javascript:;"
onClick="openPictureWindow_Fever('undefined','794' ,'110','Stock Valet Key
Small','30','30','');openPictureWindow_Fever('','. ./Images/largestock_big.gif','779','143','Large
Stock Tag','30','30')"><img src="../Images/largestock_thumb.gif" alt="Large
Stock Tag" width="257" height="46" border="0"></a>

Note that the behavior is applied TWICE to the link that fails, with two
different dimensions for the pop-up window. In addition, the first
application of this references an image with "undefined" as the pathname.
When I remove that and make the link read -

<a href="javascript:;"
onClick="openPictureWindow_Fever('','../Images/largestock_big.gif','779','143','Large
Stock Tag','30','30')"><img src="../Images/largestock_thumb.gif" alt="Large
Stock Tag" width="257" height="46" border="0"></a>

It seems to work as expected.

The same general comment is true for every other link that fails. The
behavior has been applied at least twice and in 3 cases it has been applied
3 times. This is clearly the "if it doesn't work then do it again" syndrome
at work. 8)

I guess I don't understand your second question. Here is the code for one
of those areas -

<td width="266" height="5" align="left" valign="middle"
bgcolor="#D9ECFF"><h5 align="left" class="style1">CUSTOM DESIGN </h5></td>
<td width="318" height="5" align="left" valign="middle"
bgcolor="#D9ECFF"><h5 align="left" class="style1">STOCK</h5></td>

What is it you are trying to change by using the property inspector?

--
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
==================

"r_tist" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi Murray, I have finally uploaded an example of the page in which I am
having
problems with the javaScript pop-ups. We're going to have it look like
this for
a few months until the site gets a complete face lift. (LINK IS
BELOW...please
read my issues) As you will see, not all of the images pop up in a nice,
neat
box. Some of them flip the window vertically, and I have no idea why. I've
done
the same, exact step for each. So that's problem # 1 that I need to solve.
Issue # 2...the light blue boxes that read: Custom &amp; Stock. I don't
seem to
have control over them. I'd like the heighth decreased substantially and
when I
type in a figure in the properties inspector, I have no luck.
http://www.fasttag.com/test/FastTags/ExcelTag.asp Thanks much...I really
appreciate it! Christine




Reply With Quote
  #3  
Old   
r_tist
 
Posts: n/a

Default Re: Murray, here is the example I wanted to show you... - 02-14-2005 , 09:59 PM



WOW! Thanks a million!!!! It makes me relieved how simple the solution is.
I can't wait to fix it up tomorrow.

Thanks again!
Christine

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

Default Re: Murray, here is the example I wanted to show you... - 02-15-2005 , 06:41 AM



You're welcome!

--
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
==================

"r_tist" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
WOW! Thanks a million!!!! It makes me relieved how simple the solution is.
I can't wait to fix it up tomorrow.

Thanks again!
Christine



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

Default Re: Murray, here is the example I wanted to show you... - 02-15-2005 , 10:29 AM



Oh yeah, I remember what I wanted to ask regarding the table cells... I'd like
to decrease the height of the light blue table cells. I've tried selecting the
cell &amp; typing in a figure but I don't have much luck with that. Any
suggestions? Thank you!


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

Default Re: Murray, here is the example I wanted to show you... - 02-15-2005 , 11:17 AM



The cells cannot be made smaller than the height of their contents, in this
case the text. If you want to make them smaller, you will have to make the
text smaller, too....

--
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
==================

"r_tist" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Oh yeah, I remember what I wanted to ask regarding the table cells... I'd
like
to decrease the height of the light blue table cells. I've tried selecting
the
cell &amp; typing in a figure but I don't have much luck with that. Any
suggestions? Thank you!




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.