Re: [css-d] Your comment please

2012-04-20 Thread Florian Hamberger
Thank you very much for your useful hints. Meanwhile I changed some parameters so please have a look again. Florian Hamberger 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.

[css-d] nav wraps in native IE9

2012-04-20 Thread Angela French
Hello List, I have dropped a font size down on my top navigation bar .05em and IE9 is wrapping the list items to the next line. This is not happening in IE8/IE7compatability, or any other browser I tested. Can anyone tell me what the issue might be? The nav bar in question reads Education

Re: [css-d] Your comment please

2012-04-20 Thread David Laakso
On Thu, Apr 19, 2012 at 12:36 PM, Florian Hamberger florian.hamber...@fhcb.net wrote: Thank you very much for your useful hints. Meanwhile I changed some parameters so please have a look again. Assuming you are at the same address: http://www.fhcb.net/HKPR/ I think you're gonna need a

Re: [css-d] nav wraps in native IE9

2012-04-20 Thread Tom Livingston
On Fri, Apr 20, 2012 at 3:15 PM, Angela French afre...@sbctc.edu wrote: It's wrapping in Chrome on Mac as well. A quick look makes me think it's a math issue... too much stuff (text, margin/padding) in not enough space. With live text, you need some wiggle room... HTH -- Tom Livingston |

[css-d] position relative border disappears

2012-04-20 Thread Barry Brevik
I am now desperate enough to post to this list. Everything below refers to the code at: http://obedience4life.com/index3.html Disclaimer: The site displays properly only with MSIE. Making it cross-browser is my next project. This is a 3 column layout with a header (id=#header) and footer that

[css-d] Website work in all browsers, except ie8 - css issue?

2012-04-20 Thread shaunm1976
Hi, I've written a the following website: www.dolphincoachhire.co.uk and it works in chrome, IE9, Safari, Firefox, but something goes wrong with the css layout in IE8. I've been looking for hours on forums and am losing the will to live! Would really appreciate it if someone can tell me what

Re: [css-d] position relative border disappears

2012-04-20 Thread Peredur
El 20/04/12 22:09, Barry Brevik escribió: I am now desperate enough to post to this list. Everything below refers to the code at: http://obedience4life.com/index3.html Disclaimer: The site displays properly only with MSIE. Making it cross-browser is my next project. This is a 3 column layout

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

2012-04-20 Thread David Thorp
Thanks everyone for the responses, (including a couple of private ones) particularly those pointing me to useful articles etc. I'm now enlightened. ;) Much appreciated. Cheers, David. __ css-discuss

Re: [css-d] Website work in all browsers, except ie8 - css issue?

2012-04-20 Thread David Laakso
On Fri, Apr 20, 2012 at 5:31 PM, shaunm1976 sh...@shaunmarrison.co.ukwrote: Hi, I've written a the following website: www.dolphincoachhire.co.uk and it works in chrome, IE9, Safari, Firefox, but something goes wrong with the css layout in IE8. In the head of the document add this:

Re: [css-d] nav wraps in native IE9

2012-04-20 Thread David Hucklesby
On 4/20/12 10:42 AM, Angela French wrote: Hello List, I have dropped a font size down on my top navigation bar .05em and IE9 is wrapping the list items to the next line. This is not happening in IE8/IE7compatability, or any other browser I tested. Can anyone tell me what the issue might be?