Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1624 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

How would I code this?

Thread title: How would I code this?
Closed Thread    
    Thread tools Search this thread Display Modes  
02-18-2007, 01:15 PM
#1
LeeP is offline LeeP
Status: Member
Join date: Jan 2007
Location: West Midlands, UK.
Expertise:
Software:
 
Posts: 371
iTrader: 5 / 100%
 

LeeP is on a distinguished road

Send a message via MSN to LeeP

  Old  How would I code this?

Hey, well I'm only beginner at coding but I think I've got the basics, but I have a few question that I would like answered. Firstly, THIS is the template I want to code. As you can see it is a link site so I need it to expand. What I want to know is, which would be the best way to go about doing this?

The way I was thinking, would be to have the CONTENT AREA expanding but when I try it stays the same size and the text goes out the bottom.

Also, what would be the best way to make rollovers, I've seen several way, but which one is the best?

Can anyone help?

02-18-2007, 03:15 PM
#2
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old

its best to crop the bottom, and for the content area, make it expand with a solid BG color. with height set to auto

02-18-2007, 03:48 PM
#3
Jeff Andersen is offline Jeff Andersen
Status: Superstar
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 4,449
iTrader: 10 / 100%
 

Jeff Andersen is on a distinguished road

  Old

I'd go for this sort of setup:

<div id="header">
<p>Just a place holder where the header would go</p>
</div>
<div id="banner">
<p>Blah, another place holder</p>
</div>
<div id="content'>
Links here
</div>

Then just style it with CSS to make the borders look good. That way it'll expand and you won't have to use images.

#content {
background: #bgcolor;
border-right: 10px solid #bordercolor;
border-left: 10px solid #bordercolor;
border-bottom: 10px solid #bordercolor;
padding: 8px;
}

02-18-2007, 03:59 PM
#4
firsteye is offline firsteye
Status: I'm new around here
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

firsteye is on a distinguished road

  Old

Here is a site that is great for trying to learn the whole css tabless layout thing http://www.code-sucks.com/css%20layouts/

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed