Re: [css-d] Your comment please

2012-04-19 Thread David Laakso
On Thu, Apr 19, 2012 at 4:01 AM, Florian Hamberger < florian.hamber...@fhcb.net> wrote: > Hello, > I redesigned a website with HTML5 and CSS3 with responsive design. > > The link is: http://www.fhcb.net/HKPR/ > > > -- > Florian Hamberger Computerberatung > First impression: simple, clean, site w

Re: [css-d] what does "!important" mean?

2012-04-19 Thread Jukka K. Korpela
2012-04-19 16:12, Paceaux wrote: one of the major reasons you see "!important" in these major corporate websites is Internet Explorer. Internet Explorer 7 will ignore !important, No, it does not. It has some bugs in its support, but it would be all wrong to say that IE 7 ignores !important.

Re: [css-d] what does "!important" mean?

2012-04-19 Thread Paceaux
To follow up with what others have shared regarding !important, one of the major reasons you see "!important" in these major corporate websites is Internet Explorer. Internet Explorer 7 will ignore !important, while other browsers will not. So often, the "all other browsers" property is used wit

Re: [css-d] Browser support for block links

2012-04-19 Thread Tom Livingston
Thanks Yukka Sent from iOS 5 On Apr 19, 2012, at 12:29 AM, "Jukka K. Korpela" wrote: > 2012-04-18 20:39, Tom Livingston wrote: > >> Does anyone know what the browser support is for block links? Google >> isn't helping - probably because of my choice in search criteria. For >> example: >> >> A

Re: [css-d] what does "!important" mean?

2012-04-19 Thread Barney Carroll
> > Every now and then, when I'm reading other peoples'/companies' css code, > i see this "!important" thing added to the end of some of the lines in css. > > > > What does it do/change? > Hiya David, The !important flag, when appended to a CSS property, makes the declaration take precedence over

[css-d] Your comment please

2012-04-19 Thread Florian Hamberger
Hello, I redesigned a website with HTML5 and CSS3 with responsive design. The link is: http://www.fhcb.net/HKPR/ Please give me your comments and opinions. Thank you! -- Florian Hamberger Computerberatung Pfannstiel 7 83112 Frasdorf Fon: +49 8052 2196 Fax: +49 8052 909111 E-Mail: florian.hamber

Re: [css-d] what does "!important" mean?

2012-04-19 Thread Philippe Wittenbergh
On Apr 19, 2012, at 4:39 PM, David Thorp wrote: > Really? No one knows? Or is it that people have been busy today and haven't had time to respond ? > I tried googling it and seeking it out on w3schools, but can't seem to find > the !important thing specifically. Just finds lots of (unhelpful

Re: [css-d] what does "!important" mean?

2012-04-19 Thread David Thorp
Really? No one knows? I tried googling it and seeking it out on w3schools, but can't seem to find the !important thing specifically. Just finds lots of (unhelpful) instances of the word "important". (Search engines ignore punctuation supposedly). David On 18/04/2012, at 6:03 AM, David Thor