Skip to main content
December 2, 2010
Question

css, javascript or serverside code ?

  • December 2, 2010
  • 1 reply
  • 545 views

Hi!

I am using the rollover behavior in Dreamweaver cs5, and it generates code for me that swaps a black- as- the- screen image into a visible image with a hyperlink. What I would like is for this visible image to remain for the whole user session, even if the page is reloaded. I deleted the part of the code that restores the black image onMouseOut, but of course when I go to another page of my site and then back to the former one, all images are of course loaded as pre-swapped. I have no idea how to do this, but can it be that hard?

Please someOne?

This topic has been closed for replies.

1 reply

Randy Edmunds
Adobe Employee
Adobe Employee
December 10, 2010

This forum is intended for discussing the creating ofextensions for DW, not using extensions that someone else has created. You will probably get a better response in the General Forum here:

http://forums.adobe.com/community/dreamweaver/dreamweaver_general

Anyway, there's probably a CSS display:none declaration that is hiding that element on initial page load.

Randy