I did a mock up site using photoshop, and created all the slices in image ready as well as the roll-overs therefore creating the javascript through Image Ready.
Lets just say my table created by photoshop/image ready was 600x300.
Now when taken to dreamweaver the javascript reamins and all works fine.
Now in dreamweaver i have created a new table 100%x100% and i want to place my other Image ready table inside it so its always centered in the browser vertically and horizontally.
But soon as i place the 600x300 table inside the 100% width and height table the javascript created in image ready doesnt work.
Is there a way to maintain the javascript from image ready?
I konw i can do it in DW through behaviours but thats not the point!
I want to see if u can maintain the javascript from Image Ready.
Well, I use Fireworks not PS, but
there can be a command in Image ready to export code, like there is in Fireworks. Then you can just paste it (It should also paste the images and rollvers etc… ) in dreamweaver and, ta da!
If you have FW, you can always open it there… and then export to Dreamweaver (I THink) <<better double check…
Are there rollovers in the other sliced image? Typically, in ‘slicing’ programs like that, they identify names for each image and since you are doing this 2 seperate times, there is a possibility that the same image ‘name’ is being used 2 times. If that is the case than your javascript rollovers won’t work.
RussianBeer :: So in fworks it allows u to export the code huh?
So does that mean if i did it in fireworks and then exported it and then nested in another table it should work?