HighDots Forums  

Jello Molds: opinions

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Jello Molds: opinions in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
salmobytes
 
Posts: n/a

Default Jello Molds: opinions - 04-13-2008 , 11:04 AM






I just stumbled across the following (I followed a link
from positioniseverything.net)

http://www.positioniseverything.net/...ello-expo.html

This looks interesting. Anybody try it? Have opinions?

Reply With Quote
  #2  
Old   
Bergamot
 
Posts: n/a

Default Re: Jello Molds: opinions - 04-13-2008 , 12:41 PM






salmobytes wrote:
Quote:
http://www.positioniseverything.net/...ello-expo.html

This looks interesting. Anybody try it? Have opinions?
I didn't looked at the code so won't comment on their mechanics, but I
use % widths combined with max-width and negative margins all the time.

--
Berg


Reply With Quote
  #3  
Old   
VK
 
Posts: n/a

Default Re: Jello Molds: opinions - 04-13-2008 , 04:13 PM



On Apr 13, 8:04 pm, salmobytes <Sandy.Pittendr... (AT) gmail (DOT) com> wrote:
Quote:
I just stumbled across the following (I followed a link
from positioniseverything.net)

http://www.positioniseverything.net/...ello-expo.html

This looks interesting. Anybody try it? Have opinions?
<q>In other words, if the parent element is 0px wide and its child is
always 700px wider than its parent, that child element cannot ever be
narrower than 700px. When negative margins are applied to both sides
of the widthless nested child, the effect is to widen that child
element in both directions, causing it to appear wider than its
parent!.</q>

Holly sh**... Some people are just having way too much free time in
their hands - and no clue how to spare it productively.

The problem of min-width / min-height is solved a thousand of so years
ago: use 1x1 transparent gif with wspace and hspace set to what you
need.


Reply With Quote
  #4  
Old   
Jeff
 
Posts: n/a

Default Re: Jello Molds: opinions - 04-14-2008 , 09:52 AM



VK wrote:
Quote:
On Apr 13, 8:04 pm, salmobytes <Sandy.Pittendr... (AT) gmail (DOT) com> wrote:
I just stumbled across the following (I followed a link
from positioniseverything.net)

http://www.positioniseverything.net/...ello-expo.html

This looks interesting. Anybody try it? Have opinions?

q>In other words, if the parent element is 0px wide and its child is
always 700px wider than its parent, that child element cannot ever be
narrower than 700px. When negative margins are applied to both sides
of the widthless nested child, the effect is to widen that child
element in both directions, causing it to appear wider than its
parent!.</q

Holly sh**... Some people are just having way too much free time in
their hands - and no clue how to spare it productively.

The problem of min-width / min-height is solved a thousand of so years
ago: use 1x1 transparent gif with wspace and hspace set to what you
need.

selector {
min-height:500px;
height:auto !important;
height:500px;
}

Same for min-width...

http://www.dustindiaz.com/min-height-fast-hack/

That doesn't address max-width though.

Jeff


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.