Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Reviews And Website Questions
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

Website Reviews And Website Questions Website reviews section for getting feedback on what your site is good for and not, as in style etc etc. Ask any other questions you might need help on.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 05-28-2007, 12:42 AM   #1
Jeff
 
Jeff's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

What's the level of support for min-height?

Like so much else that is CSS you add these into your box of tricks
when compliance reaches most of the browsing audience and failure is not
catastrophic.

I see there's hacks to prop up boxes using something floated,
probably right.


Jeff
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 05-28-2007, 12:42 AM   #2
Matt Probert
 
Matt Probert's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

On Wed, 23 May 2007 16:24:23 GMT, Jeff <dont_bug_me@all.uk> wrote:

> What's the level of support for min-height?
>
> Like so much else that is CSS you add these into your box of tricks
>when compliance reaches most of the browsing audience and failure is not
>catastrophic.


You imply that you misunderstand the basic principal of CSS.

A web page utilising CSS enhancements should still appear fully
functional when the client's browser does not support CSS.

Failure of the page to do so, is not a failure of the browser, not a
failure of CSS, but rather a failure of the author of the page.

Matt


--
Want to consistently win at poker? Learn how here!

http://www.probertencyclopaedia.com/...N_AT_POKER.HTM
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #3
Jeff
 
Jeff's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Matt Probert wrote:
> On Wed, 23 May 2007 16:24:23 GMT, Jeff <dont_bug_me@all.uk> wrote:
>
>
>> What's the level of support for min-height?
>>
>> Like so much else that is CSS you add these into your box of tricks
>>when compliance reaches most of the browsing audience and failure is not
>>catastrophic.

>
>
> You imply that you misunderstand the basic principal of CSS.
>
> A web page utilising CSS enhancements should still appear fully
> functional when the client's browser does not support CSS.


Who is talking about a browser that doesn't support CSS?

But along the way there has been some very buggy implementations of CSS.
NS4 and padding in it's box model springs to mind where you could have
a perfectly readable web page in a non CSS browser like NS3 and you
would have an unreadable mess in NS4 with boxes overlapping just because
you had some padding. I can think of some rather severe problems with
font sizing in more recent browsers (using ems or %) where you can wind
up with vanishingly small text because the browser didn't understand
inheritance properly.

What browser are you using that doesn't support any CSS?

>
> Failure of the page to do so, is not a failure of the browser, not a
> failure of CSS, but rather a failure of the author of the page.


Yeah yeah yeah. Seperating content from presentation. But if the
presentation sucks you won't have many clients.

Jeff
>
> Matt
>
>

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #4
Bergamot
 
Bergamot's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Jeff wrote:
> Matt Probert wrote:
>>
>> A web page utilising CSS enhancements should still appear fully
>> functional when the client's browser does not support CSS.

>
> Who is talking about a browser that doesn't support CSS?


It's not a browser support issue. CSS is supposed to be optional, so the
page still has to make sense when CSS isn't applied.

> What browser are you using that doesn't support any CSS?


I disable stylesheets surprisingly often, usually because of inflexible
design choices by the author that impair usability.

> Yeah yeah yeah. Seperating content from presentation. But if the
> presentation sucks you won't have many clients.


And if the presentation is implemented poorly you won't leave your
client's visitors much choice but to disable or override author
stylesheets, or go elsewhere.

--
Berg
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #5
Beauregard T. Shagnasty
 
Beauregard T. Shagnasty's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Jeff wrote:

> What browser are you using that doesn't support any CSS?


http://offbyone.com/

--
-bts
-Motorcycles defy gravity; cars just suck
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #6
Jeff
 
Jeff's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Bergamot wrote:
> Jeff wrote:
>
>>Matt Probert wrote:
>>
>>>A web page utilising CSS enhancements should still appear fully
>>>functional when the client's browser does not support CSS.

>>
>>Who is talking about a browser that doesn't support CSS?

>
>
> It's not a browser support issue. CSS is supposed to be optional, so the
> page still has to make sense when CSS isn't applied.
>
>
>> What browser are you using that doesn't support any CSS?

>
>
> I disable stylesheets surprisingly often, usually because of inflexible
> design choices by the author that impair usability.
>
>
>> Yeah yeah yeah. Seperating content from presentation. But if the
>>presentation sucks you won't have many clients.

>
>
> And if the presentation is implemented poorly you won't leave your
> client's visitors much choice but to disable or override author
> stylesheets, or go elsewhere.


You are an exception. I doubt that even fewer people disable
stylesheets than disable javascript.

But since the original question was the level of support for
min-height (the only thing snipped) I guess that nobody here knows or
cares about that.

Not a big deal, I'll just wait another couple years or so to use it
as it appears to not be implemented in IE6 windows. And my potential
useage was minor, in lieu of padding-bottom for very short pages.

I don't know what kind of websites you design, but I have yet to meet
a client who didn't care about page appearance. Frankly if browser
implementation of CSS was more uniform we'd see more commercial
tableless layouts. The only one I know of at the moment is
washingtonpost.com.

Jeff
>

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #7
Bergamot
 
Bergamot's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Jeff wrote:
>
> I don't know what kind of websites you design, but I have yet to meet
> a client who didn't care about page appearance.


I never said appearance wasn't important. Too often, however, the
designer puts more importance on it than on usability - the old form
over function, make the web mimic print etc. mindset.

There is a happy medium. Please go find it.

> Frankly if browser
> implementation of CSS was more uniform we'd see more commercial
> tableless layouts.


You must be new to the game. The pro's, con's, browser bugs and work
arounds regarding CSS have been pretty well known around here for
several years. If you spent a little time reading the newsgroup
archives, you might learn more about it.

The fact that most big commercial web sites haven't made the switch is
irrelevant. They're probably too bogged down in bureaucracy to do much
about it, plus it's no small expense to overhaul such a site.

--
Berg
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #8
Jeff
 
Jeff's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Bergamot wrote:

> Jeff wrote:
>
>> I don't know what kind of websites you design, but I have yet to meet
>>a client who didn't care about page appearance.

>
>
> I never said appearance wasn't important. Too often, however, the
> designer puts more importance on it than on usability - the old form
> over function, make the web mimic print etc. mindset.
>
> There is a happy medium. Please go find it.


Perhaps you should?
>
>
>>Frankly if browser
>>implementation of CSS was more uniform we'd see more commercial
>>tableless layouts.

>
>
> You must be new to the game. The pro's, con's, browser bugs and work
> arounds regarding CSS have been pretty well known around here for
> several years. If you spent a little time reading the newsgroup
> archives, you might learn more about it.


Odd that you should say that as *you* clipped the section of this post
that shows that I've been around for quite a while.

You should also be aware that workarounds are just that and it's
possible for them to fail in the next generation of browsers.

If I could have found the list of which browsers support min-height I
never would have asked the question, instead of getting involved in some
weird tired old argument of web politics.
>
> The fact that most big commercial web sites haven't made the switch is
> irrelevant.


Complex tabless layout are not trivial. If support for inline-block was
more widespread this would be much easier.

Jeff

They're probably too bogged down in bureaucracy to do much
> about it, plus it's no small expense to overhaul such a site.
>

 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 05-28-2007, 12:42 AM   #9
Bergamot
 
Bergamot's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default min-height

Jeff wrote:
>
> You should also be aware that workarounds are just that and it's
> possible for them to fail in the next generation of browsers.


No browser will ever support 100% of CSS (or anything else) and be
bug-free about it. Just about any property/value/whatever you have a
mind to use may not work correctly in some browser. Accept that and move on.

> If I could have found the list of which browsers support min-height I
> never would have asked the question, instead of getting involved in some
> weird tired old argument of web politics.


You didn't look very hard
http://www.google.com/search?q=brows...r%20min-height

--
Berg
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags:




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
min-height GLD CSS 5 04-24-2006 4:03 PM


Featured Websites




All times are GMT +1. The time now is 10:15 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98