[css-d] Inconsistent type position

2012-07-01 Thread John
at this link: http://coffeeonmars.com/testing/COM%20EXP%20%3e%20OK/OK.html the header that begins: Editorial: seems to be at the same vertical position in Chrome, Opera and FF 9 (OS X) but in Safari, it's higher...it's about at the level with the word "design" in the menu to the left, which is w

[css-d] HTML5 Validation

2012-07-01 Thread Russ Peters
I'm trying to build my first HTML5 web form but I need it to validate in IE as well, so I'm stuck trying to figure out how do that. So, in doing some google research I've decided that I need to use something called a "polyfill", specifically in this case I've chosen the H5Validate option. I've

[css-d] help with centering floated list

2012-07-01 Thread Chris Kavinsky
Has anyone had any luck with being able to center a list that floats the list items so it can be horizontal? The only technique I was able to find required the css to use overflow:hidden, but that wouldn't work for the project I'm working on since the navigation could potentially use drop submenus,

Re: [css-d] Inconsistent type position

2012-07-01 Thread David Hucklesby
On 6/29/12 11:45 AM, John wrote: at this link: http://coffeeonmars.com/testing/COM%20EXP%20%3e%20OK/OK.html the header that begins: Editorial: seems to be at the same vertical position in Chrome, Opera and FF 9 (OS X) but in Safari, it's higher...it's about at the level with the word "design" in

[css-d] android & blackberry emulators

2012-07-01 Thread Sandy
hey all, I am looking for a good way to check my work on various platforms. I've found these emulators - http://android-emulator.org/ http://blackberry-emulator.org/ http://tablet-emulator.org/ if someone has the device and could compare the version offered up by the emulator to the real thi

[css-d] how to remove the small fluttering while styling :hover

2012-07-01 Thread Chetan Crasta
Not sure what you mean by fluttering. You can try CSS3 transforms to set a delay or to fade on hover. Regards, Chetan Crasta On Mon, Jun 25, 2012 at 1:10 PM, meera kibe wrote: > Hi > How can i remove that small fluttering when i hover over a link and i want > it to change its state say like ge

[css-d] CSS3 multi-column layout: columns of unequal width?

2012-07-01 Thread Kyle Sessions
Hi all, I'm looking into using the new CSS3 multi-column module for a layout on a site I'm working on, and I was wondering, is there a way to set unequal widths on columns generated with column-count? I have a that I'd like to display in two columns, but the items in the second half of the are a

[css-d] font-face declarations

2012-07-01 Thread Tom Livingston
I got the following from FontSquirrel: @font-face { font-family: 'AlegreyaRegular'; src: url('Alegreya-Regular-webfont.eot'); src: url('Alegreya-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Alegreya-Regular-webfont.woff') format('woff'), url('Alegrey

Re: [css-d] font-face declarations

2012-07-01 Thread L. David Baron
On Friday 2012-06-29 11:53 -0400, Tom Livingston wrote: > My question is, shouldn't the declaration for AlegreyaBold use > font-weight: bold; instead of 'normal'? And should AlegreyaItalic use > font-style: italic; - again, instead of 'normal'? I agree that it would make more sense to set up these

Re: [css-d] HTML5 Validation

2012-07-01 Thread Reese
At 06:36 PM 6/29/2012, Russ Peters wrote: ... The problem is that no matter what it will not stop and do the validation BEFORE it submits to "test.aspx" which of course doesn't exist. Can someone tell me why this isn't firing the validation? This is the jquery plugin I'm trying to use: htt

Re: [css-d] font-face declarations

2012-07-01 Thread Philippe Wittenbergh
Le 2 juil. 2012 à 05:59, L. David Baron a écrit : >> My question is, shouldn't the declaration for AlegreyaBold use >> font-weight: bold; instead of 'normal'? And should AlegreyaItalic use >> font-style: italic; - again, instead of 'normal'? > > I agree that it would make more sense to set up th

Re: [css-d] help with centering floated list

2012-07-01 Thread David Hucklesby
On 6/29/12 7:04 AM, Chris Kavinsky wrote: Has anyone had any luck with being able to center a list that floats the list items so it can be horizontal? The only technique I was able to find required the css to use overflow:hidden, but that wouldn't work for the project I'm working on since the nav

Re: [css-d] font-face declarations

2012-07-01 Thread Robert A. Rosenberg
At 11:53 -0400 on 06/29/2012, Tom Livingston wrote about [css-d] font-face declarations: I got the following from FontSquirrel: @font-face { font-family: 'AlegreyaRegular'; src: url('Alegreya-Regular-webfont.eot'); src: url('Alegreya-Regular-webfont.eot?#iefix') format('embedded-o