HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Rounded corner with image inside
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
youngguns84



Joined: 12 Aug 2009
Posts: 2

PostPosted: Tue Oct 27, 2009 12:36 am     Rounded corner with image inside Reply with quote

Hi guys,


http://testing4.curiousconcepts.com/product.html

Can you guys looks at the link above,
i just create a rounded corner box, and in the green box, i just wondering how can i put text on the right of the image instead of below the image. just like the image show below. The top one is current layout, and wanna make it like the bottom one (photoshop image)
will be really appreciated if anyone could help me out.

sticks464



Joined: 31 Dec 2006
Posts: 2308

PostPosted: Tue Oct 27, 2009 3:29 am     Reply with quote

Don't know what your code is but this is how I would do it.

css
Code:
.image-container{
   width:30%;
   border:1px solid #000;
   background:#ffffc;
}
.image-container img{float:left;margin:7px}
p{margin:0;padding:2px;}
.dontwrap p{margin-left:120px}


html
Code:
<div class="image-container dontwrap"> <img src="photo-2.jpg" width="100" height="75" alt="pretty picture" />
  <p>This is some floated text alongside a pretty image that won't wrap when it is
    longer than the image : This is some floated text alongside a pretty image
    that won't wrap when it is longer than the image : This is some floated text alongside
    a pretty image that won't wrap when it is longer than the image : This is some floated text alongside
    a pretty image that won't wrap</p>

</div>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial