Adam Ohannessian wrote:

You need to add

clear:both;


That did the trick.

Thanks Adam!

into .GroupHeading

Cheers,

Adam Ohannessian
Consulting Services Manager
Billarga Pty Ltd

Phone +61 2 9437 5254
Fax   +61 2 9437 5234
Email [EMAIL PROTECTED]
Web   www.billarga.com



DanTheMan wrote:

Hi all!

I was wondering if you could help me with a page that I am currently working on.

Here it is:
http://www.blomstersmedien.dk/web-butik/

It is basically a list of items images grouped together in different categories.

I have done the following:

<h3>Oversigt over varerne i web-butikken</h3>

<h4 class='GroupHeading'>Buketter</h4>
<div class='GroupContainer'>

<div class='ItemContainer'>
<p class='ItemThumbnail' align='center'><a href='/web-butik/1#ItemTitle'><img src='/webshop.local/images/hjertebuket_thumb.jpg' /></a></p>
<p align='center'><a href='/webshop/1'>Valentin / hjerte buket</a></p>
</div>



Unfortunately the h4 headings don't display the way I intend in firefox but the layout is what I want when viewed in IE.

Here is my CSS:
.GroupContainer {
   width: 650px;
   margin-bottom: 20px;
   margin-left: 20px;
}

.ItemContainer {
   background-color: #ffffff;
   float: left;
   width: 180px;
   height: 250px;
   padding: 5px;
   margin-right: 15px;
   margin-bottom: 10px;
   border: 1px solid #000;
}

.ItemThumbnail {
   height: 180px;
}

.GroupHeading {
   width: 650px;
   height: 25px;
}



Any help would be appreciated.

Regards from Denmark

Dan
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to