Is there a frameset alternative...?
is there way can have icons on left side of page link bring image target area on right side of page without using frames? i've seen done without frames before.
any awesome , appreciated.
~dan
yes, can dw's settext behavior. here demonstration of right way -
http://dreamweaverresources.com/tutorials/settextoflayer.htm
the behavior called "set text of container", , using meet of requirements.
to use it, have have following:
1. page 'container' receive enlarged image - table cell, paragraph tag, div, or span tag.
2. container have identified id attribute , valid value, e.g., <div id="enlargedimage">.
3. dummy page containing each enlarged image, placed sequentially on page.
to implement effect, following:
1. open dummy page in code view, , select first image's tag, e.g., <img src="images/foo.jpg" width="123" height="256" alt="whatever" /> (xhtml syntax shown here).
2. switch actual page, select thumb 'open' enlarged image, , enter "javascript:;" (that's colon semicolon) in 'link' field of property inspector make thumbnail image null link.
3. apply set text of container behavior.
4. paste clipboard dialog behavior, , click ok close dialog.
5. examine behavior panel see mouse event has been defaulted - 'onclick'. if rather have 'onmouseover' use behavior panel event selector (the dark triangle right of event name) select 'onmouseover'.
5. repeat #1 above until thumbs have been treated.
let know if not make sense you.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment