Layout scaling problem (Dreamweaver CS5)
hello,
thanks in advance , responses.
so i've done couple tutorials, , starting hang of dreamweaver. problem divs set scale in different browsers/resolutions using percentage value, except header. reason, scaled in pixels, whenever use different browsers or zoom when testing site, heading gets stretched across page , misaligned. have placed image there source, , cannot find way prevent misalignment. should delete div , reinsert everything?
i'm using macbook pro os x snow leopard 10.6.4, , cs5. i'm using html template 3 column liquid header , footer.
thanks,
ryan
why not set style in css stylesheet set width of image 100% of width of container? instead of using pixels, is...
as long place image in div class or id, use in style:
.header img { width: 100%;
height: auto;
}
this image placed in <div class="header">
beth
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment