Re: [css-d] styles for hover effects and touch

2016-01-09 Thread Isabel Santos
e.com/#search=supports) regards, isabel ___ On Fri, Jan 8, 2016 at 3:49 PM, Tom Livingston wrote: > List, > > How do you handle hover events on touch devices? > > For example, a button whose bg color changes on hover.

Re: [css-d] [ADMIN] Hello, my friends, hello

2015-12-24 Thread Isabel Santos
be needed. By parts exclusion, it seams to me the third point deserves some consideration... (would it work something like a "please, please, I beg of you, do not let it die"?) :) All the best, Merry Christmas, isabel On Wed, Dec 23, 2015 at 10:23 PM, Angela French wrote: > I miss

Re: [css-d] MQ Fall Back

2014-12-16 Thread Isabel Santos
option. regards, isabel On Mon, Dec 15, 2014 at 3:21 AM, Crest Christopher < crestchristop...@gmail.com> wrote: > > I found this resource <http://www.smashingmagazine. > com/2011/08/10/techniques-for-gracefully-degrading-media-queries/>. > Although I still have to test a page

Re: [css-d] Google font use

2014-03-27 Thread Isabel Santos
isabel On Thu, Mar 27, 2014 at 4:34 PM, Tom Livingston wrote: > I was doing this simple test with google fonts (via @import method). > > body{ > font-family: $roboto; > } > > .bold{ > font-weight: 500; > } > > Hi there bolded text > I'm bold >

Re: [css-d] Reflection map

2013-06-23 Thread Isabel Santos
phael ( http://raphaeljs.com/) that integrate html5, css and js that can help you do just about anything you think of... hope it helps, isabel On Sun, Jun 23, 2013 at 8:59 PM, Wesley Acheson wrote: > Hi I have a page with elements moving via css transitions. > > I would like to have a

Re: [css-d] weirdest wrapping issue

2013-06-14 Thread Isabel Santos
ripts to see how are they managing the divs, in particular, if they are relying on nth features or in ids. It does let me curious, if you solve it, please let us know! isabel On Fri, Jun 14, 2013 at 11:38 PM, Angela French wrote: > I've got the weirdest wrapping issue going on at this

Re: [css-d] Background Image Not Showing in IE7/IE8

2012-11-14 Thread Isabel Santos
is that it is possible some browsers will download files that wont be used because of the rewriting.. Hope it helps, isabel On Wed, Nov 14, 2012 at 9:54 PM, Elli Vizcaino wrote: > Hello CSS Discuss, > > I'm using conditional statement to target an ie specific stylesheet to > browse

Re: [css-d] Closing Suckerfish Dropdown Menus

2012-10-26 Thread Isabel Santos
y and treat the :active state in very different ways. So if you are already loading js to deal with the menu, why not extend its functionality? hope it helps isabel On Fri, Oct 26, 2012 at 9:41 PM, Paul Warren wrote: > Hi all > > I have implemented a suckerfish menu with a fixed

Re: [css-d] Social buttons positioning

2012-07-19 Thread Isabel Santos
text. regards, isabel On Thu, Jul 19, 2012 at 10:52 AM, Brian M. Curran < br...@draftingservices.com> wrote: > Hi There, > I'd like my social buttons on my homepage www.draftingservices.com to sit > at > the bottom of my page. I don't want to push them down "x" pixe

Re: [css-d] Why won't my search field/button center?

2012-07-17 Thread Isabel Santos
Hi Theresa, Its a form, you can treat it as text, no need for width:100% or margin:auto; div.searchForm {text-align:center;} hope it helps isabel On Wed, Jul 18, 2012 at 12:41 AM, Theresa Jennings < theresajennings2...@gmail.com> wrote: > Here's the link to

Re: [css-d] Remove whitespace between elements

2012-07-11 Thread Isabel Santos
I'm not sure why is it happening, but div:first-child {height:236px;} removes the white space On Wed, Jul 11, 2012 at 12:41 PM, Ruben van den Berg < ruben_van_den_b...@hotmail.com> wrote: > > Dear Isabel, > Thx for pointing that out. The html link is: > https://dl

Re: [css-d] Remove whitespace between elements

2012-07-11 Thread Isabel Santos
Hi Ruben, we can download the css file, but the link https://dl.dropbox.com/u/39492899/Flamenconl/flamenco_1.html[URL] even taking out the [URL] portion of it isn't working, so I'm not sure how the markup is layed out, could you fix the link, or paste the markup to the list? isabel

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Isabel Santos
th the dimensions you need; Then you can give 100% width to the images so they scale; left and margin-left will keep it centered hope this one helps, isabel On Tue, Jul 10, 2012 at 11:47 PM, Isabel Santos wrote: > Jeff, > > the problem is if you need to put images one on top of the other yo

Re: [css-d] Problems Centering an Image

2012-07-10 Thread Isabel Santos
: centering a zero width closest parent (by closest I mean next up in the stack). You have a good exemple here: http://www.wpdfd.com/editorial/thebox/deadcentre4.html hope it helps, isabel On Tue, Jul 10, 2012 at 9:55 PM, Georg wrote: > On 10.07.2012 19:40, Gates, Jeff wrote: > >> Hmmm, I

Re: [css-d] Button creation

2012-06-27 Thread Isabel Santos
can live with a white border arround the button, a double border of 5 or 6 px will work, otherwise, you can style ie9 with a zero blur box shadow and a 0 width outline on a conditionally commented css call, and the rest of the browsers with a negative offset on a w

Re: [css-d] background shorthand definition

2012-06-17 Thread Isabel Santos
t; :) Thank you all, best, isabel __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discus

Re: [css-d] background shorthand definition

2012-06-16 Thread Isabel Santos
r webkits sake, but it has no effect on Opera. (Opera actually reports an error on this svg 1.1 files, and it didn't report errors on svg tiny ones: enable-background:new 0 0 1600 64;) So I'll try svgs with no dimensions, I&#x

[css-d] background shorthand definition

2012-06-16 Thread Isabel Santos
ind of confused, does this mean the new shorthand only applies to multiple backgrounds? Sorry for the extension, I cannot provide an url for the time being. Thank you, isabel __ css-discuss [css-d@lists.css-discuss.org] http://w

Re: [css-d] When should I start using HTML5 and CSS3?

2012-06-05 Thread Isabel Santos
rules, it is telling us all to adapt to. A new approach, in my view, a smarter one. Hope it helps, isabel On Tue, Jun 5, 2012 at 5:22 PM, Eric Heitz wrote: > Hello all, > > I have been avoiding using HTML5 and CSS3 on new web projects. > My clients browser range is between IE7 and IE9

Re: [css-d] Minimum width for flexible page

2012-05-22 Thread Isabel Santos
. Regards isabel On Mon, May 21, 2012 at 3:44 AM, matt1027 wrote: > I've got a flexible page layout that uses a max width style to keep it > from getting overly wide. > > > max-width: 980px; > width:expression(document.**body.clientWidth > 980? "980px": "

Re: [css-d] CSS3 101

2012-05-12 Thread Isabel Santos
error, just skips the loading. Or you can comment out parts of the code you do not wish to parse at any moment. Hope it helps, isabel On Fri, May 11, 2012 at 11:28 PM, Ted Rolle Jr. wrote: > I've lurked on this list, but the level of expertise required to understand > posts is beyon

Re: [css-d] 100% height?

2005-09-26 Thread Isabel Santos
Hi *Anastasios Angelidis,* To standard browsers 100% height should be a real 100% height: html, body, #heightestwrapper {height:100%;} Your "heightestwrapper" should contain all the others. Hope it helps, Isabel Santos On 9/26/05, Anastasios Angelidis <[EMAIL PROTECTED]>

Re: [css-d] Background image for tag problem in IE6

2005-09-23 Thread Isabel Santos
Didn't test it, hope it works Isabel Santos On 9/23/05, Rich Points <[EMAIL PROTECTED]> wrote: > > Howdy, > I've set up a background image with a small arrow on hyper links in my > navigation. This works fine in Firefox and other Gecko browsers but I > can't g

[css-d] Pure Dom Navigation List trouble in IE6

2005-09-21 Thread Isabel
or because it is symply incompatible with IE6 pc, period? Ansiously looking forward for clues, thank you very mutch for your time, Isabel Santos __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi