-
DL Boxes
Hi,
Anyone know the best way to display product boxes.
http://cpdesign.karovastage.co.uk/
In firefox they work fine and i'm happy with them, however in IE they are all up the wall.
Any ideas?
-
SitePoint Enthusiast
You need to validate your code. According to Tidy, you have a missing </div> before <dt> etc.
I think using dl is a great way to display products if you do it correctly...
<dl>
<dt>product name</dt>
<dd class="prod-image"><img src="...etc" /></dd>
<dd class="prod-desc">product description...</dd>
</dl>
<dl>
<dt>product namen 2</dt>
<dd class="prod-image"><img src="...etc" /></dd>
<dd class="prod-desc">product description...</dd>
</dl>
Just float the dl's give them a certain width, background image etc. Use your imagination! 
hth
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks