Hello all, I am trying to align all the images in a row. But right now, the image with the drop down buttons function drops down to another row.
Here is the link
How do I align it to be link this?
I have tried using the float left but it still does not work.
Here are my codes:
Page
CSSCode:<img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Header.jpg" alt="" title="" width="825" height="85" class="alignnone size-full wp-image-615" /> <img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_Left.jpg" alt="" title="" width="167" height="30" class="alignnone size-full wp-image-609" /><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_AboutDenso.jpg" alt="" title="" width="82" height="30" class="alignnone size-full wp-image-24" /><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_News.gif" alt="" title="" width="47" height="30" class="alignnone size-full wp-image-12" /><ul class="dropv"><li><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_Products.gif" alt="" title="" width="60" height="30" class="alignnone size-full wp-image-13" /><ul><li><a href="http://insurancecommissionrefund.com/testwebsite/general-purpose-boat/">General Purpose Boat</a></li> <li><a href="http://insurancecommissionrefund.com/testwebsite/accommodation-work-boats/">Accommodation Work Boats</a></li> <li><a href="http://insurancecommissionrefund.com/testwebsite/work-barge/">Work Barge</a></li> <li><a href="http://insurancecommissionrefund.com/testwebsite/seismic-support-vessels/">Seismic Support Vessels</a></li> <li><a href="http://insurancecommissionrefund.com/testwebsite/supply-vessels/">Supply Vessels</a></li> <li><a href="http://insurancecommissionrefund.com/testwebsite/others/">Others</a></li> </ul> </li> </ul><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_Recruitment.gif" alt="" title="" width="78" height="30" class="alignnone size-full wp-image-16" /><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_Contact.gif" alt="" title="" width="57" height="30" class="alignnone size-full wp-image-17" /><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_Sitemap.gif" alt="" title="" width="60" height="30" class="alignnone size-full wp-image-18" /><img src="http://insurancecommissionrefund.com/denso/wp-content/uploads/2012/04/Nav_Right.jpg" alt="" title="" width="274" height="30" class="alignnone size-full wp-image-29" />
Thank you for any help rendered in advance.Code:.dropv, .dropv ul {padding: 0; margin: 0; list-style: none;list-style-type: none;position:relative;z-index:99} .dropv a {display: inline; width: 180px;list-style-type: none;} .dropv li {float: left; padding: 0px 0px 0px 0px 0px 0px;list-style-type: none; margin-bottom:0 } /* all list items */ .dropv li li{margin-bottom:1em} .entry img {vertical-align:top} .dropv li ul {position: absolute; background: #46558a;opacity:0.8; filter:alpha(opacity=80); padding: 0px 0px 0px 0px; width: 180px; left: -9999px;list-style-type: none;} /* second-level lists */ .dropv li:hover ul {left: auto;list-style-type: none;} /* nest list under hovered list items */ .dropv li ul li a {color: #ffffff;font-size: 14px; font-weight:bold; text-decoration: none; display: block;list-style-type: none;} .dropv li ul li a:hover {background:#272364;opacity:0.9; filter:alpha(opacity=90);list-style-type: none;}



Reply With Quote

. I don't know why you have those two parts separated right now.


Bookmarks