HighDots Forums  

Invisable Elements

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Invisable Elements in the Macromedia Dreamweaver forum.



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

Default Invisable Elements - 11-14-2005 , 02:23 PM






Hi,

I am new to DW 8 and still happy, BUT a little bite frustrated concerning the
"Invisable Elements" in Design mode.

By default the javascript (a slide show) I am using, is shown as a small
yellow icon in Design mode. I would rather have the script running (so I can
see it as in a web browser)) or at least an outline showing the 150 x 200
pixels that the script/images in this case generates.

Is their a way of making this happens or have I missed something?

Have a nice evening / biggles-1


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

Default Re: Invisable Elements - 11-14-2005 , 02:28 PM






Quote:
Is their a way of making this happens or have I missed something?
Nope. Sorry....

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


"biggles-1" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi,

I am new to DW 8 and still happy, BUT a little bite frustrated concerning
the
"Invisable Elements" in Design mode.

By default the javascript (a slide show) I am using, is shown as a small
yellow icon in Design mode. I would rather have the script running (so I
can
see it as in a web browser)) or at least an outline showing the 150 x 200
pixels that the script/images in this case generates.

Is their a way of making this happens or have I missed something?

Have a nice evening / biggles-1




Reply With Quote
  #3  
Old   
Mick White
 
Posts: n/a

Default Re: Invisable Elements - 11-14-2005 , 02:36 PM



biggles-1 wrote:

Quote:
Hi,

I am new to DW 8 and still happy, BUT a little bite frustrated concerning the
"Invisable Elements" in Design mode.

By default the javascript (a slide show) I am using, is shown as a small
yellow icon in Design mode. I would rather have the script running (so I can
see it as in a web browser)) or at least an outline showing the 150 x 200
pixels that the script/images in this case generates.

Is their a way of making this happens or have I missed something?

Have a nice evening / biggles-1

URL?
Mick

--
Isn't it enough to see that a garden is beautiful without having
to believe that there are fairies at the bottom of it too?
[Douglas Adams]


Reply With Quote
  #4  
Old   
biggles-1
 
Posts: n/a

Default Re: Invisable Elements - 11-14-2005 , 02:39 PM



Thank?s for your quick response!

So, it is just to accept then, hm ..... ! Pitty since I found it useful instead of using the web-browser.

biggles-1

Reply With Quote
  #5  
Old   
Mick White
 
Posts: n/a

Default Re: Invisable Elements - 11-14-2005 , 03:17 PM



biggles-1 wrote:

Quote:
Thank?s for your quick response!

So, it is just to accept then, hm ..... ! Pitty since I found it useful instead of using the web-browser.

biggles-1
It can be done.
URL?
Mick

--
Isn't it enough to see that a garden is beautiful without having
to believe that there are fairies at the bottom of it too?
[Douglas Adams]


Reply With Quote
  #6  
Old   
biggles-1
 
Posts: n/a

Default Re: Invisable Elements - 11-14-2005 , 04:54 PM



Hi Mick,

Sorry, did not see your reply!

The URL is http://www.house-of-senses.com/ (it is a simple page, BUT it works
nicely with the web-shop)

Any solution to my original question?

biggles-1



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

Default Re: Invisable Elements - 11-14-2005 , 06:55 PM



biggles-1 wrote:

Quote:
Hi Mick,

Sorry, did not see your reply!

The URL is http://www.house-of-senses.com/ (it is a simple page, BUT it works
nicely with the web-shop)

Any solution to my original question?

biggles-1


Yes, you have a problem because you are using "document.write" to create
the whole slide show. My suggestion is to insert an appropriately sized
transparent.gif in the slide space:
<img
style="display:block"
src="transparent.gif"
width="200"
height="150"
border="1"
name="marker"
Quote:
Then hide it onload:
<script type="text/javascript">
onload=function(){document.images["marker"].style.display="none";}
</script>


Mick




--
Isn't it enough to see that a garden is beautiful without having
to believe that there are fairies at the bottom of it too?
[Douglas Adams]


Reply With Quote
  #8  
Old   
biggles-1
 
Posts: n/a

Default Re: Invisable Elements - 11-15-2005 , 09:53 AM



Dear MIck,

Thanks for the "solution" AND I think it is a little bite of an overkill to
insert an javascript and a transparant gif, just to be able to see the outline
in Design mode, BUT you are right it works *s*!

However I am surprised that DW do not have this function since I find it of a
basic nature. I have used more simpler programs before and they all do have
this function.

Well .... I will survive *s*.

Best regards Nils


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

Default Re: Invisable Elements - 11-15-2005 , 09:55 AM



Quote:
I have used more simpler programs before and they all do have
this function.
Like? They execute js on the fly to display the results of document.write
commands?

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


"biggles-1" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Dear MIck,

Thanks for the "solution" AND I think it is a little bite of an overkill
to
insert an javascript and a transparant gif, just to be able to see the
outline
in Design mode, BUT you are right it works *s*!

However I am surprised that DW do not have this function since I find it
of a
basic nature. I have used more simpler programs before and they all do
have
this function.

Well .... I will survive *s*.

Best regards Nils




Reply With Quote
  #10  
Old   
biggles-1
 
Posts: n/a

Default Re: Invisable Elements - 11-15-2005 , 10:27 AM



Dear Murray,

I have mostly used AceHTML 5 and been very happy with it. When looking in
AceHTML Viewer (internal browser) I can see the result directly including
running javascript. It is very easy to change between the editor and the
viewer, i e to see the effect on each change I make in the code.

I was going to upgrade to their new AceHTML 6 but unfortuately have had
problems with the new version, so I "upgraded" to DW 8. I am happy so far BUT
are missing some small details/fubctions like not seeing the script.

Nils


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.