Swap images DW CS6 odd sizes?
trying transfer site fluid grid set up. some, not all, of swap on images have worked previously, come different size initial image? have checked actual sizes , changed work max-width: 100% thingy. can't see doing have taken care on images , sizes , happening of them?
for instance:
<img src="images/vinnybike.jpg" alt="vinny"id="image1" style="float:left; padding:8px; " onmouseover="mm_swapimage('image1','','images/blacksad.jpg',1)" onmouseout="mm_swapimgrestore()">
now both images 600 x 33 @ 72px/in images/blacksad.jpg comes bigger, scattering text does.
the change here original code remove sizes 1st image maintain aspect ratio.
please help
<img src="images/vinnybike.jpg" alt="vinny"id="image1"
is missing space between alt value , id assignment typo?
anyhow, need either width or height attribute in <img> tag, e.g.,
<img width="100%"...
only specifying 1 of them allows other float , preserves aspect ratio of image.
i think that'll work....
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment