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

2014-07-03 Thread Alan Gresley
ttp://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-discuss.

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 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 can't use d

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

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

Re: [css-d] controlling 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 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… What is the

Re: [css-d] controlling for mobile

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

Re: [css-d] Detecting Quirks Mode

2013-12-19 Thread Alan Gresley
e: Quirks mode 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 p

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

2013-12-04 Thread Alan Gresley
e browser. 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 Gr

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

2013-11-23 Thread Alan Gresley
; } html.no-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 -

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

2013-11-19 Thread Alan Gresley
attribute 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.

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

2013-11-15 Thread Alan Gresley
.) has all the option 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

Re: [css-d] The Simpsons in CSS

2013-11-12 Thread Alan Gresley
http://css-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

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 (wit

Re: [css-d] For my own education

2013-10-21 Thread Alan Gresley
ond is 573px wide ) in two separate columns. This fixed width of 1,124px causes the parent table (with one table cell) to be as wide. Because this outer table is contained by a right float div (see id="ja-contentwrap") of 80% wide, then the content overflows the viewport when the veiwport is

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

2013-10-08 Thread Alan Gresley
you CSS is not over complex, then it easy to code and only have to hack IE7 or earlier. The recent culture of striving for support of IE7 or HTML5 is adding new problems for the future. So when you do talk with guy who coded this custom home page, you may want to advice him of this. Ala

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

2013-10-08 Thread Alan Gresley
nding issues it best to change the HTML. The below condition comment [if lte IE 8] means less-than or equal to IE8. This is where the embedded style is. Having to hack around existing hacks is problematic. Alan -- Alan Gresley http://css-3d.org/ http://css-clas

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

2013-10-08 Thread Alan Gresley
llowing in the embeded style. #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@li

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 </tt><tt>bottom edge of the line box */ </tt><pre style="margin: 0em;"> } Alan -- Alan Gresley http://css-3d.org/ http://css-class.com/ __ css-discu

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

2013-10-02 Thread Alan Gresley
om/test/css/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

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

2013-09-11 Thread Alan Gresley
ge Doctype is XHTML 1.0 Strict (being serve as text/html), you can only use the ' />' closing on empty element [1]. is not one of them. 1. http://justinsomnia.org/2005/12/there-are-only-10-legal-xhtml-empty-tags/ Alan -- Alan Gres

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

2013-05-13 Thread Alan Gresley
list 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-clas

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

2013-05-13 Thread Alan Gresley
given 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-d

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 a écrit : On May 12, 2013, at 7:04 PM, Alan Gresley 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 I forced to use padding for this

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

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

2013-02-13 Thread Alan Gresley
text-align:center;} Thanks. 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/mail

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

2012-12-06 Thread Alan Gresley
t/css/visformatting/layers/pos-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

Re: [css-d] Opera/12.11

2012-11-24 Thread Alan Gresley
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/mailman

Re: [css-d] Inline media queries?

2012-08-30 Thread Alan Gresley
.w3.org/TR/CSS21/media.html#at-media-rule Could you use embedded style in the element? Also since you have inline style, you need to use '!important' to override the inline style. @media only screen and (min-width: 1005px) { div { background-color: #eee !important; } } v

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

2012-08-09 Thread Alan Gresley
h-min-height.htm> 3. <http://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-

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

2012-07-31 Thread Alan Gresley
‘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] non-English characters: omit accents when using text-transform:uppercase

2012-07-28 Thread Alan Gresley
.html http://lists.w3.org/Archives/Public/www-style/2012Jan/0868.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 wik

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

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

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

2012-07-27 Thread Alan Gresley
nd here [1] under the initial 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.cs

Re: [css-d] background shorthand definition

2012-06-16 Thread Alan Gresley
this mean 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

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

2012-03-05 Thread Alan Gresley
222 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 htt

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-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://cs

Re: [css-d] IE7 showing gap

2012-02-19 Thread Alan Gresley
http://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://cs

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

2012-01-15 Thread Alan Gresley
On 16/01/2012 4:15 PM, Ghodmode wrote: On Sun, Jan 15, 2012 at 8:58 AM, Alan Gresley wrote: Not so. There needs to be a forth value in the box-shadow string to indicate spread. Something like this spreads the shadow evenly on all sides. box-shadow:0px 0px 0.5em 0.5em gray; The spec goes

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

2012-01-14 Thread Alan Gresley
reads 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-clas

Re: [css-d] CSS3 Opacity Inheritance

2011-10-20 Thread Alan Gresley
: green; } #child { color: red; background: white; border: 10px solid silver; padding: 1em; } #child:hover { color: white; background: inherit; } Parent Child Element ~ hover me Element -- Alan Gresley http://css-3d.org/ http://css-class.com

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/

Re: [css-d] DIV behind floating element

2011-10-18 Thread Alan Gresley
in your code, the div.banner_placeholder left edge is touching the left edge of the 'initial containing block' so applying overflow: auto makes the later part happen. | unless the box establishes a new block formatting | context (in which case the box itself may become | narrower due

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] Floating Boxes & Text Wrap Help

2011-10-09 Thread Alan Gresley
77. #review-meta-container, #post-meta-container { float: right; margin-left: 10px; margin-bottom: 10px; } #post-meta-container { float: right; } It seems to work (text flowing around boxes) if you change the later to this. #post-meta-containe

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

2011-09-30 Thread Alan Gresley
l nav P B#c1 { margin-bottom: -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://cs

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

2011-09-13 Thread Alan Gresley
my-debugbar.com/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/

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] Drop Down Menu On Hover Testing Please - IE 7

2011-09-12 Thread Alan Gresley
rowsers. http://css-class.com/x/ie7-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://cs

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

2011-09-12 Thread Alan Gresley
tp://getfirebug.com/ Please 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/

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

2011-09-12 Thread Alan Gresley
F4 and FF5 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://

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

2011-09-12 Thread Alan Gresley
orrectly. *:first-child+html #main-nav 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 [cs

Re: [css-d] ID Selector Question

2011-09-10 Thread Alan Gresley
t:1em; /* 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/ _

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) si

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
ting below 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/ __

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
e top of your keyboard. Here 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-discu

Re: [css-d] Win IE 6 issues

2011-09-07 Thread Alan Gresley
ct: Wisconsin Public Radio" header is lower in IE7? -- 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] z-index on menu

2011-09-06 Thread Alan Gresley
the CSS so 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/ __

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

2011-09-05 Thread Alan Gresley
ually 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:

Re: [css-d] CSS Organization

2011-09-01 Thread Alan Gresley
http://lists.w3.org/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 wi

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

2011-08-26 Thread Alan Gresley
ghlights a very good 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/ __

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] Off-topic : was IE6, IE7, IE8, IE9

2011-08-26 Thread Alan Gresley
BTW, 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/ _

Re: [css-d] Hidden HRs

2011-08-24 Thread Alan Gresley
round-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-clas

Re: [css-d] Positioning Problems

2011-08-05 Thread Alan Gresley
nfo/projects/dcr.v2.5/ Thanks in advance, Darrin C Roenfanz 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

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

2011-07-29 Thread Alan Gresley
e outside of, 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 in IE6-. The rest of what Philippe said is correct. -- Alan Gresley http://css-3d.o

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

2011-07-28 Thread Alan Gresley
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-discuss.org] http://www.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
zansatz.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/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incut

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

2011-07-21 Thread Alan Gresley
lowing CSS 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/ma

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

2011-07-20 Thread Alan Gresley
ey do. 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/

Re: [css-d] IE7 css issue

2011-07-14 Thread Alan Gresley
k with the same CSS in all 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.

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
On 1/07/2011 1:25 AM, Mark Volkmann wrote: On Wed, Jun 29, 2011 at 10:12 PM, Alan Gresley wrote: 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

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

2011-06-29 Thread Alan Gresley
otate) 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-clas

Re: [css-d] Background image position

2011-06-29 Thread Alan Gresley
ur 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/ _

Re: [css-d] Background image position

2011-06-28 Thread Alan Gresley
ml::before { 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/ __ c

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

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

2011-06-16 Thread Alan Gresley
oison and the antidote together. May I suggest to you 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.htm

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
class.com/test/css/3/gradients/gradient-art.htm I 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/ ___

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

2011-06-05 Thread Alan Gresley
htness applied to other colours have never worked, and I've needed to achieve the effect manually. …I'd be very interested if anybody were to get this right though! Regards, Barney Carroll Yes, I have. See the example above and the example in my reply to Andrew. I'm still w

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

2011-06-05 Thread Alan Gresley
ght: 10px solid rgb(127,127,255); } -- 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.in

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

Re: [css-d] Separating DIVs vertically

2011-06-05 Thread Alan Gresley
boxes 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.

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

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

2011-05-17 Thread Alan Gresley
hs 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 wik

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 Th

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

2011-04-30 Thread Alan Gresley
http://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@list

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

2011-04-30 Thread Alan Gresley
<pre style="margin: 0em;"> This division should have a lime background since the CSS represent this div { background: lime }. [1] http://css-class.com/test/svg/svg-within-xhtml.xml [2] http://onwebdev.blogspot.com/2010/12/linking-css-and-xml-documents.html -- Alan Gresley ht

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

2011-04-30 Thread Alan Gresley
ight of footer 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/ ___

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.

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

2011-04-29 Thread Alan Gresley
#\34 col1 #\34 col1 p #\34 col2 #\34 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/m

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

2011-04-27 Thread Alan Gresley
s.com/test/temp/IE9-transform.png Is Chetan 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

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

2011-04-26 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

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

2011-04-26 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 th

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

2011-04-25 Thread Alan Gresley
menu, Opera shows the best accessibility. [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-di

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

2011-04-23 Thread Alan Gresley
<-- all transitional values */ text-shadow: #bbb 10px 10px 0.01em;/* <-- all transitional values */ font-size: 400%; /* <-- all transitional values */ } -- Alan Gresley http://css-3d.org/ http://css-class.com/

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

2011-04-21 Thread Alan Gresley
ekaboo.html [4] http://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/

[css-d] CSS3 animations - enter the matrix

2011-04-16 Thread Alan Gresley
Hello all, I have for years been smashing down barriers concerning CSS. This may have been on this mailing list or on www-style (CSS WG). I came into this realm of human endeavor just when CSS3 was starting to be implemented by Safari 2 or 3 (back in 2008). My early CSS was an attempt at cre

  1   2   3   4   5   6   7   8   >