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.
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
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/
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
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
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
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
;
}
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
-
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.
.) 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
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
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
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
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
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
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
; /* 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
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
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
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
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
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
.
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
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
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
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
.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
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-
‘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
.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
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
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
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
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
/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
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
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
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
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
: 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
'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/
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
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
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
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
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/
, 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
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
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/
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://
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
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/
_
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
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/
__
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
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
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/
__
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:
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
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/
__
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
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/
_
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:
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
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
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
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-
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
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
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
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/
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.
;
}
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
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
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
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/
_
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
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
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
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
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/
___
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
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
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
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.
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
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
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
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
<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
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/
___
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.
#\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
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
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
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
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
<-- 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/
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/
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 - 100 of 795 matches
Mail list logo