Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Alan Gresley
On 4/07/2014 1:58 AM, Elli Vizcaino wrote: On Thu, Jul 3, 2014 at 1:20 AM, Alan Gresley a...@css-class.com wrote: On 3/07/2014 1:19 PM, Elli Vizcaino wrote: Hello CSS Discuss, I'm presently working on building out a responsive redesign of my site and in order to keep the HTML semantic, I

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-03 Thread Alan Gresley
in IE12. http://css-class.com/test/temp/elli.htm http://css-class.com/test/temp/elli.svg FYI, the E7FLUX could also be done as a SVG. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css

Re: [css-d] Is There A Way to Shrink Wrap Inline Elements?

2014-07-02 Thread Alan Gresley
/552px REMOVE or ALTER */ } .ing { font-size: 9em; /* 144px/16px */ margin-bottom: 11.05072463768116%; /* 61px/552px */ } You have a missing /span tag. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] controlling aside for mobile

2014-01-01 Thread Alan Gresley
.. This is because the floats further up the page are no longer being cleared. You have clear: both on the footer. Thanks for any pointers! John Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d

Re: [css-d] controlling aside for mobile

2014-01-01 Thread Alan Gresley
On 2/01/2014 2:54 AM, John wrote: On Jan 1, 2014, at 3:43 AM, Alan Gresley a...@css-class.com wrote: Thank you for shedding light Alan..as soon as I read your corrections, I realized that I hadn’t removed floats (d’oh!) but had no idea bout the margin % becoming part of the width of the float

Re: [css-d] Detecting Quirks Mode

2013-12-19 Thread Alan Gresley
Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] CSS Media Queries: a singularity with orientation modes

2013-12-04 Thread Alan Gresley
browser./p As for the and being a logical relation, I believe that is also correct. The color will be green for print, for example. Correct. FWIW I have a hard time understanding the W3 specifications too! Relying more on the Mozilla Developer Network these days. :) -- Alan Gresley http

Re: [css-d] Clean fallback for CSS Animation in IE9 etc.

2013-11-23 Thread Alan Gresley
-cssanimations #animated h2 { opacity:1; } None of this is needed for the browsers that support animation. Does adding either of the following for IE8 and IE9 solve the problem. html.cssanimations div#animated h2 { opacity:1; } #content #animated h2 { opacity:1; } Alan -- Alan Gresley http

Re: [css-d] Comprehensive CSS Selector Test Without JavaScript?

2013-11-19 Thread Alan Gresley
selectors along with negation. It's 6 pages starting here. http://css-class.com/test/css/selectors/str-pseudo-class.htm Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org

Re: [css-d] Checking up on buggy behavior in latest Google Chrome versions.

2013-11-15 Thread Alan Gresley
opening when selected with no other item closing. The third and forth one will only show the first option open. None of the other options will open or work. I would suggest pulling it apart into smaller parts. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] The Simpsons in CSS

2013-11-12 Thread Alan Gresley
-class.com/test/css/3/image/element-gradient-rotate-animation1.htm This demo shows how element() could be used (only works in Firefox~Gecko). http://css-class.com/test/css/3/image/element-water-background-movement1.htm -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] For my own education

2013-10-21 Thread Alan Gresley
the viewport when the veiwport is narrower than 1405px wide. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] For my own education

2013-10-21 Thread Alan Gresley
On 22/10/2013 3:29 AM, Peredur wrote: El 21/10/13 17:23, Alan Gresley escribió: It's caused by the table further down having two images side by side (the first is 551px wide and the second is 573px wide ) in two separate columns. This fixed width of 1,124px causes the parent table (with one

Re: [css-d] inline-block, overflow hidden and baseline align

2013-10-08 Thread Alan Gresley
; /* add to have the border box sit on the bottom edge of the line box */ } /style Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Front page breaking in IE8, maybe 9 too

2013-10-08 Thread Alan Gresley
. #iconsRectangl .wp-image-1102 { width: 300px; } #homeBottWrapper .content-home-right {width: 73% } Hope this helps. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Front page breaking in IE8, maybe 9 too

2013-10-08 Thread Alan Gresley
, #commentform input:focus,#commentform textarea:focus,#respond input#submit { behavior: url(http://girlscoutssangorgonio.org/wp-content/themes/weaver-ii-pro/js/PIE/PIE.php) !important; position:relative; } /style ![endif]-- Having to hack around existing hacks is problematic. Alan -- Alan Gresley http

Re: [css-d] Front page breaking in IE8, maybe 9 too

2013-10-08 Thread Alan Gresley
home page, you may want to advice him of this. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http

Re: [css-d] Font-size affecting line-height?

2013-10-02 Thread Alan Gresley
/text/linebox-line-height-011.html [Please note that the values above is due to my default font for my browser] Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Site check please IE9/10

2013-09-11 Thread Alan Gresley
-tags/ Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] RES: RES: child margin affecting parent?

2013-05-13 Thread Alan Gresley
On 13/05/2013 12:20 PM, Philippe Wittenbergh wrote: Le 13 mai 2013 à 11:08, COM j...@coffeeonmars.com a écrit : On May 12, 2013, at 7:04 PM, Alan Gresley a...@css-class.com Also, need to have a top margin value for the header so that I can position it vertically where I need it to, so am

[css-d] Layouts using multicol vs traditional style layouts.

2013-05-13 Thread Alan Gresley
widths so you don't have overflowing of the viewport. 1. http://www.w3.org/TR/css3-multicol/ Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Image and background colour changes on hover.

2013-05-13 Thread Alan Gresley
items instead: http://jsfiddle.net/barney/PQhVn/ Regards, Barney Carroll Barney is correct. This can be done with CSS. http://imageshack.us/scaled/landing/703/sdfdsf.png I will attempt a test case. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] RES: RES: child margin affecting parent?

2013-05-12 Thread Alan Gresley
. header{ margin:0 0 1em 0; border:red 1px solid; } This test case should shed some light on collapsing margins. http://css-class.com/test/css/box/margins/collapsing-margins.htm -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] desktop ie/9 windows 7

2013-02-13 Thread Alan Gresley
. Best, David Laakso IE9 doesn't support CSS transforms. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] badly broken links on CSS-d wiki

2012-12-06 Thread Alan Gresley
-ab-and-pos-rel-layer1.htm Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Opera/12.11

2012-11-24 Thread Alan Gresley
; margin:0 auto 3.125em auto; padding-top:1.7em; width:92% } and Opera is showing three spheres. Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] Inline media queries?

2012-08-30 Thread Alan Gresley
type=text/css @media only screen and (min-width: 1005px) { div { background-color: #eee !important; } } /style div style=height: 20px; background-color: #000;v/div -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] odd space appearing in IE8

2012-08-09 Thread Alan Gresley
://www.brunildo.org/test/collminmax.html -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] IE9 stacking opacity bug. Any real solutions?

2012-07-31 Thread Alan Gresley
’ and ‘opacity: 1’. | If an element with opacity less than 1 is positioned, | the ‘z-index’ property applies as described in [CSS21], | except that ‘auto’ is treated as ‘0’ since a new stacking | context is always created. 1. http://dev.w3.org/csswg/css3-color/#transparency -- Alan Gresley

Re: [css-d] border-radius and image corners

2012-07-27 Thread Alan Gresley
description for border-radius. 1. http://dev.w3.org/csswg/css3-background/#corners -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] border-radius and image corners

2012-07-27 Thread Alan Gresley
not work? !doctype html style h1 { background: yellowgreen; border-radius: 50%; width: 10em; font-size: 500%; overflow: hidden; } /style h1This is a header/h1 -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] background shorthand definition

2012-06-16 Thread Alan Gresley
the new shorthand only applies to multiple backgrounds? No. The can be single backgrounds. Here is one test with multiple background layers that shows the potential of CSS. Working in IE9 and Opera 11.64. http://css-class.com/test/css/3/backgrounds/background-slash-shorthand.htm -- Alan

Re: [css-d] Finding fallback fonts (for Calibri)

2012-03-05 Thread Alan Gresley
3581 Cambria 0.467 1.174 1.174 3611 Book Antiqua 0.467 1.244 1.244 3996 Here is a test where you can check common fonts, there variation of x-height and line-height (very unfinished). http://css-class.com/test/css/text/linebox-line-height-011.html -- Alan Gresley http

Re: [css-d] IE7 showing gap

2012-02-20 Thread Alan Gresley
On 20/02/2012 2:57 PM, Ghodmode wrote: It's interesting that I can't reproduce this problem in IE9's IE7 mode. I can. Select 'Document Mode: IE7 standards' instead of Browser Mode: IE7'. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Browser Default Style Sheets Aggregate

2012-02-20 Thread Alan Gresley
/css/defaults/UA-style-sheet-defaults.htm This one has IE6 to IE9. http://www.iecss.com/ -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman

Re: [css-d] IE7 showing gap

2012-02-19 Thread Alan Gresley
://css-class.com/articles/explorer/sticky/ If you didn't have this style, #suckerfishnav li li:hover { background-image: url(http://www.alluresurgerycenter.com/images/ul_bg.png;); } you may have been asking why your menus were sticky in IE7. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] four-sided CSS3 drop shadow?

2012-01-15 Thread Alan Gresley
1em black; } div { box-shadow: 0 0 1em 1em black; } /style pSome text shadow/p divSome text shadow/div 1. https://bugs.webkit.org/show_bug.cgi?id=51448 -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css

Re: [css-d] four-sided CSS3 drop shadow?

2012-01-14 Thread Alan Gresley
the shadow evenly on all sides. box-shadow:0px 0px 0.5em 0.5em gray; The spec goes into some detail in explaining the variations of box-shadow (see example 29 and 30). http://dev.w3.org/csswg/css3-background/#the-box-shadow -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] CSS3 Opacity Inheritance

2011-10-20 Thread Alan Gresley
{ color: white; background: green; } #child { color: red; background: white; border: 10px solid silver; padding: 1em; } #child:hover { color: white; background: inherit; } /style div id=parent Parent div id=childChild Element ~ hover me/div Element /div -- Alan Gresley

Re: [css-d] DIV behind floating element

2011-10-18 Thread Alan Gresley
makes the later part happen. | unless the box establishes a new block formatting | context (in which case the box itself may become | narrower due to the floats). More precisely, a box with a 'block formatting context' can not flow underneath a float but rather it sits beside it. -- Alan

Re: [css-d] I must be a moron, How to reply to messages

2011-10-18 Thread Alan Gresley
'reply' or 'reply to all'. Anyway, you want your replies correctly threaded. If you want to learn more, contact me off list before this thread is deemed off topic. BTW, welcome to the list. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Floating Boxes Text Wrap Help

2011-10-09 Thread Alan Gresley
{ float: none; } -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] Floating Boxes Text Wrap Help

2011-10-09 Thread Alan Gresley
On 10/10/2011 2:54 AM, Jeff Ferrell wrote: On Oct 9, 2011, at 10:03 AM, Alan Gresley wrote: I guess you have not noticed the below CSS contained in the selectors on line 1078 and line 1877. #review-meta-container, #post-meta-container { float: right; margin-left: 10px; margin-bottom: 10px

Re: [css-d] :: ie 6/7 ::

2011-09-30 Thread Alan Gresley
: -0.25em /* minus value to cater for the extra line height */ line-height: 2; } Tested in IE7 comp mode in IE9. BTW Bill, IE10 preview 3 is cool but not Win8. Freshly formatted machine with trusty IE9. :-) Alan -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] IE7 Emulation (WAS IE 7 DROP DOWN MENU HANG CHECK PLEASE)

2011-09-13 Thread Alan Gresley
/wiki/IETester/HomePage Download that and you will get to see IE7 in or it's infamous glory. I have documented quite a few IE7 bugs here. http://css-class.com/test/bugs/ie/ie-bugs.htm -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Drop Down Menu On Hover Testing Please - IE 7

2011-09-12 Thread Alan Gresley
li ul#sub-nav li { float: none; } *:first-child+html #main-nav LI UL#sub-nav A { display: inline-block; } -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] FF4 and FF5 was (Sticky Footer Cuts Off In FF 4 5 Both Mac Windows)

2011-09-12 Thread Alan Gresley
has got me confused. On Windows 7, FF4 was replaced within a week by FF5 and FF5 lasted about 2 months. I now have FF6.0.2 on my machine. There is no mention of which build of Gecko this is. Are you saying that there is only version 4 and 5 of FF on Mac? -- Alan Gresley http://css-3d.org

Re: [css-d] FF4 and FF5 and FFcomingfast

2011-09-12 Thread Alan Gresley
don't ask me why it has Firefox 9 (nightly). -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Drop Down Menu On Hover Testing Please - IE 7

2011-09-12 Thread Alan Gresley
-elli.png -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] IE 7 DROP DOWN MENU HANG CHECK PLEASE

2011-09-12 Thread Alan Gresley
, once the drop down menu appears it stays visible even after moving the mouse outside. Regards, Chetan Crasta Chetan, can yob please described what you observed. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] ID Selector Question

2011-09-10 Thread Alan Gresley
; /* Opera hack - has a width of 100% by default */ } This hack for Opera is just not needed. If this is the case, then the styling is fundamentally flawed. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css

Re: [css-d] Win IE 6 issues

2011-09-09 Thread Alan Gresley
On 10/09/2011 3:56 AM, John wrote: On Sep 8, 2011, at 10:26 PM, Alan Gresley wrote: John, if you have IE8 or IE9, you can use the developer tools to show IE7 emulation mode. Select the key 'F12' at the top of your keyboard. Here is IE6 (on the left) and IE7 (emulation mode) side by side

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
is IE6 (on the left) and IE7 (emulation mode) side by side. http://css-class.com/x/coffee-ie6-ie7.png -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
the first float and this is why the banner text is misplaced since it sitting 40px below the top edge of the container due to the margin-top of 40px. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css

Re: [css-d] Win IE 6 issues

2011-09-07 Thread Alan Gresley
? -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http

Re: [css-d] z-index on menu

2011-09-06 Thread Alan Gresley
this may be an error in the JavaScript. BTW, when JavaScript is disabled, there is overlap due to 'https' link being shown as a URI and not as a text link. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss

Re: [css-d] Image causes scrollbars; header gets weird

2011-09-05 Thread Alan Gresley
style this semantic structure and this can be done very easy. http://css-class.com/x/coffee.htm Please find the style in the header. BTW, all the TextBodyBlockA_Home, TextHeadOne_Home and other such classes confuses me. 1. http://en.wikipedia.org/wiki/Semantics -- Alan Gresley http://css

Re: [css-d] CSS Organization

2011-09-01 Thread Alan Gresley
/Archives/Public/www-style/2011Mar/0553.html -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css

Re: [css-d] Off-topic : was IE6, IE7, IE8, IE9

2011-08-26 Thread Alan Gresley
, this debate is off-topic as Philip has indicated. I do not expect any replies to this email since this thread has nothing to do with *can style sheets be too long*. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css

Re: [css-d] IE6 and wirting-mode

2011-08-26 Thread Alan Gresley
view this test in IE6. http://css-class.com/test/css/bidi/kanji-test2-extra.htm Uu-prefixed vertical writing-mode has been supported by IE6 for 10 years now. Chinese, Japanese and Korean all have vertical writing modes. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] IE6 almost standard mode and quirks mode

2011-08-26 Thread Alan Gresley
reason to consider support for IE6 for some time yet. What mode was IE6 in? Almost standards mode or quirks mode (like IE5)? http://hsivonen.iki.fi/doctype/ -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css

Re: [css-d] Hidden HRs

2011-08-24 Thread Alan Gresley
: 7em 2em, 100% 0.07em; background-position: center, center 0.7em; background-repeat: no-repeat; } I call this technique, 'block color gradients'. Here is a demo showing how it works. http://css-class.com/test/css/3/gradients/gradient-art.htm -- Alan Gresley http://css-3d.org/ http

Re: [css-d] Vertically aligning two boxes

2011-08-16 Thread Alan Gresley
By floating the div.title. Try this. .title { font-size:22px; width:200px; text-align:center; /* display:inline; DELETE since floats are always display:block */ float:left; /* ADD */ } -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Positioning Problems

2011-08-05 Thread Alan Gresley
I see nothing wrong in IE9. Are you sure you are not in IE8 mode? BTW, Since you are using HTML5, why are you not using type selectors like 'header' or 'nav'? -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css

Re: [css-d] parse error on *html

2011-07-29 Thread Alan Gresley
implemented some hidden node outside ofhtml, to my mind what Philippe said /was/ still correct. Just an opinion. I should have said that it is not completely correct about there being no node wrapping around html in IE6-. The rest of what Philippe said is correct. -- Alan Gresley http://css-3d.org

Re: [css-d] parse error on *html

2011-07-28 Thread Alan Gresley
of IE hacks (with links). The article is worded to suit the times of IE8 beta release. http://css-class.com/test/bugs/ie/ie-hacks.htm -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css

Re: [css-d] 100% height issue, and graphic placement q's

2011-07-26 Thread Alan Gresley
On 26/07/2011 9:06 AM, John wrote: On Jul 22, 2011, at 7:17 AM, Alan Gresley wrote: Delete the whole declaration block of _body:after_ and amend these two style blocks. .livebar { width: 770px; min-height: 100%; overflow: auto; margin: 0px auto; background-color: #626862; } * html .livebar

Re: [css-d] 100% height issue, and graphic placement q's

2011-07-22 Thread Alan Gresley
/onhavinglayout.html -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] question on space at bottom of page

2011-07-21 Thread Alan Gresley
is for. /* To prevent jumping */ html { min-height: 100%; margin-bottom: 1px; } -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] [OT] Why no HTML

2011-07-20 Thread Alan Gresley
. Wondering about where _list-mum_ is since this thread is clearly *off topic*. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] IE7 css issue

2011-07-14 Thread Alan Gresley
browsers. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies

Re: [css-d] IE 7 clear:left; not working

2011-07-13 Thread Alan Gresley
; } This link will explain hasLayout further. http://www.satzansatz.de/cssd/onhavinglayout.html -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] transform-style set to preserve-3d

2011-06-30 Thread Alan Gresley
good demo. http://www.webkit.org/blog-files/3d-transforms/transform-style.html This was found here. http://www.webkit.org/blog/386/3d-transforms/ -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d

Re: [css-d] Background image position

2011-06-29 Thread Alan Gresley
time. You need to Google this string 'html5 elements ie8 ie7' (not quoted) or wait for someone to give the solution offlist since it involves JS. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d

Re: [css-d] transform-style set to preserve-3d

2011-06-29 Thread Alan Gresley
) transform? Possibly here. http://css-3d.org/ Note that the branding does not have perspective, thus the occasional illusion where the cube distorts and spins in the reversed direction (right to left) before it switches back again. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Background image position

2011-06-28 Thread Alan Gresley
{ content: url(image.jpg); position: absolute; margin-right: -150px; /* equal width of image */ left: 50%; } body { position: relative; z-index: 1; } -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-17 Thread Alan Gresley
On 17/06/2011 8:40 PM, Peter Bradley wrote: Ar 17/06/11 06:03, ysgrifennodd Alan Gresley: Yes, override them with specificity in style.css. div#site-title { float: none; width: auto; } div#branding { width: auto; } Ah yes. Sorry, I was being more than a little slow there. I haven't check

Re: [css-d] Stopping IE6 and 7 clearing a float

2011-06-16 Thread Alan Gresley
that you read this. http://www.satzansatz.de/cssd/onhavinglayout.html You could make the changes in the parent stylesheet and insert this. /* WARNING, beware of the hasLayout genie. http://www.satzansatz.de/cssd/onhavinglayout.html */ -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] IE7 Position Fixed Problem

2011-06-12 Thread Alan Gresley
offset is fine. http://css-class.com/test/bugs/ie/5~7/auto-offset-text-align-bug.htm FYI, IE7- has a bug with text-align that centers block-level elements. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css

Re: [css-d] A question about 2-color borders (grooved, ridge etc.)

2011-06-08 Thread Alan Gresley
don't have to wash my hands in chemicals after painting and I don't have that smell of turpentine and linseed oil lingering around. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css

Re: [css-d] A question about 2-color borders (grooved, ridge etc.)

2011-06-06 Thread Alan Gresley
-right: 10px solid rgb(127,127,255); } /style div id=boxdiv/div/div -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki

Re: [css-d] A question about 2-color borders (grooved, ridge etc.)

2011-06-06 Thread Alan Gresley
the most aesthetic values. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com

Re: [css-d] Separating DIVs vertically

2011-06-05 Thread Alan Gresley
that have a width of 33% are in RTL inline base direction, the boxes will appear visually stack downward on the right side of the viewport. The thing that set the base direction are the attributes dir=ltr or dir=rtl. -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Separating DIVs vertically

2011-06-05 Thread Alan Gresley
On 5/06/2011 11:53 PM, Philip TAYLOR (Webmaster, Ret'd) wrote: Alan Gresley wrote: It is really do with block flow direction. http://dev.w3.org/csswg/css3-writing-modes/#text-flow | The block flow direction is the direction in which | block-level boxes stack and the direction in which

Re: [css-d] MQ - min-device-pixel-ratio

2011-05-30 Thread Alan Gresley
that I don't understand is how this can be a ratio of something and how this relate to some minimum threshold. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] can an absolute box inside a relative one expand it?

2011-05-17 Thread Alan Gresley
of positioned elements. In you case, this would be the content div. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] CSS, XML, HTML, valid or bogus was( column help)

2011-05-01 Thread Alan Gresley
On 30/04/2011 9:23 PM, Alan Gresley wrote: CSS just isn't to style HTML. It can style XML (and text/* sub-types) and XHTML as well. One of the most bazaar test I have done. I even invented my own elements, selectors and one attribute. http://css-class.com/test/xml/unicode.xml The CSS

Re: [css-d] column help...

2011-04-30 Thread Alan Gresley
On 30/04/2011 12:53 PM, Philippe Wittenbergh wrote: On Apr 29, 2011, at 11:24 PM, Alan Gresley wrote: This is not completely true. Firstly the XHTML is traditional so it's not true XHTML That doesn't matter, as ID's starting with a leading digit are not allowed in html4.01. True. It's

Re: [css-d] Footer placement in FF - FIXED!

2011-04-30 Thread Alan Gresley
to height: 120px */ overflow: hidden; /* not needed if child elements don't have vertical margins that can collapse into this element, safe to keep there */ } -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss

Re: [css-d] CSS, XML, HTML, valid or bogus was( column help)

2011-04-30 Thread Alan Gresley
-xhtml.xml [2] http://onwebdev.blogspot.com/2010/12/linking-css-and-xml-documents.html -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo

Re: [css-d] Borders oddity when page viewed in Chrome

2011-04-30 Thread Alan Gresley
://www.keithpurtell.com/kthings/chrome.png - Keith Purtell Me too. The borders look the same in both FF 4 and Chrome 10 on Windows 7. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css

Re: [css-d] column help...

2011-04-29 Thread Alan Gresley
col2 p #\34 col3 #\34 col3 p #\34 col4 #\34 col4 p -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

[css-d] Selecting list archives by month is broken

2011-04-27 Thread Alan Gresley
Hello Eric, I was searching the list archives for an old thread but I wanted to see the initial message of the thread. I couldn't find it so instead I thought I would just select the month from the options and work from the beginning of the month to the end of the month. I discovered that

Re: [css-d] Selecting list archives by month is broken

2011-04-27 Thread Alan Gresley
On 27/04/2011 4:27 PM, Alan Gresley wrote: Hello Eric, I was searching the list archives Apologies to the list. This was meant to be sent offlist to the list chaperon (I selected to wrong email) to report an error in the public list archives. -- Alan Gresley http://css-3d.org

Re: [css-d] Incorrect width - Opera Bug?

2011-04-27 Thread Alan Gresley
freezing font-sizes again? You have more chance of consistency by using an image. -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] getting the TJK design vertical css drop down menu to work

2011-04-25 Thread Alan Gresley
. [1] http://css-class.com/articles/ursidae/bears5ddh-kbaccess.htm [2] http://www.adipalaz.com/accessible_ddmenu.html -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d@lists.css-discuss.org] http

Re: [css-d] Unexpected font-size and top of box change

2011-04-23 Thread Alan Gresley
0.01em;/* -- all transitional values */ font-size: 400%; /* -- all transitional values */ } -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discuss [css-d

Re: [css-d] Benefits of resetting all divs to position:relative?

2011-04-21 Thread Alan Gresley
://www.positioniseverything.net/explorer.html [5] http://www.w3.org/TR/CSS21/visuren.html#positioning-scheme [6] http://www.w3.org/TR/CSS21/visuren.html#relative-positioning -- Alan Gresley http://css-3d.org/ http://css-class.com

Re: [css-d] Reflection effect

2011-04-16 Thread Alan Gresley
On 16/04/2011 10:08 PM, Ingo Chao wrote: Am Samstag, 16. April 2011 schrieb Philippe Wittenberghe...@l-c-n.com: On Apr 16, 2011, at 4:13 AM, Kevin A. Cameron wrote: This raises an interesting question: the reflected text in HTML or CSS? I'd argue that the reflection is decoration and only

[css-d] Dynamic CSS with animation was(Re: Reflection effect)

2011-04-16 Thread Alan Gresley
On 16/04/2011 11:39 PM, Barney Carroll wrote: Alan, a few points to make in response to your post, with inherently dynamic CSS in mind: On 16 April 2011 13:55, Alan Gresleya...@css-class.com wrote: Another question is what else is possible with CSS? I presume some would believe that CSS

  1   2   3   4   5   6   7   8   >