Jeroen wrote:

> I see you added a width of 510px to the details container, the problem is
> I don't know the size beforehand, it changes with every photo. The pblog
> software I use only gives out the width of the photo (533px) in this case.
> 
> Is there a way to do it with percentages / relative? I can hack it in with
> javascript easily, but this will cripple it when JS is disabled.

Reducing styling of details to a minimum and include a 'hasLayout' 
trigger, will work reasonably well...

#details {
padding:10px;
height: 1%;
}

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to