I
Ian Semmel
I have looked at various tutorials on css and get the concept.
Then I decided to look at a real example and downloaded the vs Commerce
example and checked out its css and master pages.
My question is, did someone work this out or is it a result of an
infinite number of monkeys pounding away at keyboards until they got
something to work ?
Comments from the css
/* Critical Safari fix! */
/* Holly hack for IE \*/
/* helps IE get the child percentages right. */
/* Hides from IE-mac \*/
/* IE 3px display bug fix (in conjunction with the rule following below)
*/
In the master page
<!-- Conditional comment to give IE/5/6/Win the javascript hack that
helps them do max-width. -->
<!-- Box model fixes for IE 5.0 and 5.5 -->
<!-- IE7-specific fixes -->
<body>
<div id="sizer">
<div id="expander">
<div id="wrapper" class="clearfix">
etc
In the real world, do designers work out wquivalent things or is it
standard to just copy and paste from earlier works ?
I don't know who invented css, but it seems to be the product of a
disorganised and illogical mind.
Then I decided to look at a real example and downloaded the vs Commerce
example and checked out its css and master pages.
My question is, did someone work this out or is it a result of an
infinite number of monkeys pounding away at keyboards until they got
something to work ?
Comments from the css
/* Critical Safari fix! */
/* Holly hack for IE \*/
/* helps IE get the child percentages right. */
/* Hides from IE-mac \*/
/* IE 3px display bug fix (in conjunction with the rule following below)
*/
In the master page
<!-- Conditional comment to give IE/5/6/Win the javascript hack that
helps them do max-width. -->
<!-- Box model fixes for IE 5.0 and 5.5 -->
<!-- IE7-specific fixes -->
<body>
<div id="sizer">
<div id="expander">
<div id="wrapper" class="clearfix">
etc
In the real world, do designers work out wquivalent things or is it
standard to just copy and paste from earlier works ?
I don't know who invented css, but it seems to be the product of a
disorganised and illogical mind.