Newbie Here....Placing two logo side by side and a caption below the second one
hi,
it's been few days learning buid site using css. want add 2 logos (png format) in header div side side , add caption below second logo on right , i'd position second logo bit lower first logo.
here's style div #header have created
#header {
width: 980px;
height: 181px;
margin: 0 auto;
margin-left:20px;
padding-left:15px;
background: url(images/img02.jpg) no-repeat left top;
}
should created 2 more div 2 logos , caption.
use float place image , additional css can add caption.
see
http://alt-web.com/demos/css2-captions-on-floated-images.shtml
More discussions in Dreamweaver support forum
adobe

Comments
Post a Comment