Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
newb - can I build a box like this...?
Old 02-16-2010, 10:57 AM newb - can I build a box like this...?
Average Talker

Posts: 24
Trades: 0
Can I build a box like this in HTML (or if not in CSS) ?

I have already created it in photoshop and sliced it up into little chunks
topleft.png
topmid.png
topright.png
left.png
right.png
bottomright.png
bottonmid.png
bottomright.png

here's what I am looking for:
Bansaw is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-16-2010, 02:43 PM Re: newb - can I build a box like this...?
whhelpguy's Avatar
Average Talker

Posts: 19
Name: Blue
Location: Los Angeles
Trades: 0
If you're going to separate the top and bottom into thirds, separating the middle section into thirds as well will give you a center <div> to put all of your content.


<div id="container" style="width:300px; height:200px;">


<div style="float:left; height:50px; width:50px; background:#f0f;"></div>
<div style="float:left; height:50px; width:200px; background:#ff0;"></div>
<div style="float:left; height:50px; width:50px; background:#f0f;"></div>


<div style="float:left; height:100px; width:50px; background:#00f;"></div>
<div style="float:left; height:100px; width:200px; background:#fff;">CONTNET<br/>CONTNET<br/>CONTNET<br/>CONTNET<br/></div>
<div style="float:left; height:100px; width:50px; background:#00f;"></div>


<div style="float:left; height:50px; width:50px; background:#f0f;"></div>
<div style="float:left; height:50px; width:200px; background:#ff0;"></div>
<div style="float:left; height:50px; width:50px; background:#f0f;"></div>


</div> <!-- END #container →
whhelpguy is offline
Reply With Quote
View Public Profile Visit whhelpguy's homepage!
 
Old 02-17-2010, 07:38 AM Re: newb - can I build a box like this...?
Average Talker

Posts: 24
Trades: 0
Thats really helpful. Thanks...
Bansaw is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to newb - can I build a box like this...?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21938 seconds with 12 queries