Previous Message
Next Message

Side panel leading query

Sent by Bill Brown on 3 June 2006 08:08


> Good day to you all
> 
> I have a problem that I wish to solve and I'm coming here first!
> 

[snip]

> Link:
> 
> http://www.madeiracottage.co.uk
> 
> amb

Hi there.

Something like this oughtta work:
<dl
  ><dt><img src="http://www.madeiracottage.co.uk/Images/postcardsmall.jpg"
            width="148"
            height="103"
            alt="History" /></dt
  ><dd><a href="#">History</a></dd

  ><dt><img src="http://www.madeiracottage.co.uk/Images/Livingroomsmall.jpg"
            width="148"
            height="103"
            alt="Relaxing" /></dt
  ><dd><a href="#">Relaxing</a></dd

  ><dt><img src="http://www.madeiracottage.co.uk/Images/TopBedroomsmall.jpg"
            width="148"
            height="103"
            alt="Sleeping" /></dt
  ><dd><a href="#">Sleeping</a></dd

  ><dt><img src="http://www.madeiracottage.co.uk/Images/diningsmall.jpg"
            width="148"
            height="103"
            alt="Eating" /></dt
  ><dd><a href="#">Eating</a></dd
></dl>

With this in your CSS:
dl {
  background: #E6E6E6;
  margin: 0;
  padding: 2px;
  width: 150px;
}
dt {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
dd {
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

Hope it helps.
Bill



|================================|
| Bill Brown                     |
| Webmaster, MacNimble.com       |
| http://www.macnimble.com       |
| [EMAIL-REMOVED]      |
| Phone: 215-237-2037            |
|================================|



___________________________________________________________
$0 Web Hosting with up to 200MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: