This is a discussion on "CSS Positioning" within the Web Page Design section. This forum, and the thread "CSS Positioning are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
CSS Positioning
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
CSS Positioning
Hello,
I have a page of cells that contain thumbnail images and a text caption. The images are of various size, within a few pixels. These various sizes are throwing off my line spacing for positioning my captions. Result is I have a page of cells with captions not even with each other. Doesnt look good. Is there a class, or tag that can position my caption in the cell consistently, regardless of the size of the thumbnail image? http://www.pamafurn.com/pama08/catalog/children.html This is a sample page with 4 items. You should notice the captions at different heights. I have a class assigned to the caption (.label) I was hoping to add a positioning element to that, if there is such. .label { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } Thanks. |
|
#2
|
|||
|
|||
|
Re: CSS Positioning
Well one thing you could do is make the thumbnail container all the same size and set the overflow to hidden. That way regardless of image height they will all be the same.
Just a thought.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#3
|
|||
|
|||
|
Re: CSS Positioning
I am a beginner with CSS.
Can you explain the "container" you mentioned. Are you saying to make all the thumb images the same height and width? Or is the container a CSS topic? thanks. |
|
#4
|
|||
|
|||
|
Re: CSS Positioning
by container I mean the div containing the thumbnails..
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#5
|
|||
|
|||
|
Re: CSS Positioning
id second that it is the easist option for you
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| positioning with CSS | Craigj1303 | Web Page Design | 8 | Apr 24th, 2007 16:03 |
| CSS and positioning | djme | Web Page Design | 6 | Feb 3rd, 2006 14:27 |
| Positioning with CSS | Tino | Web Page Design | 8 | Jan 21st, 2006 16:45 |
| Positioning with css | Hub | Web Page Design | 12 | Dec 13th, 2005 20:45 |
| div positioning | benbacardi | Web Page Design | 10 | May 24th, 2004 13:25 |