Re: [css-d] Screen resolution?

2009-08-13 Thread Felix Miata
On 2009/08/13 16:36 (GMT+1200) Richard Mason composed: On Wed, 12 Aug 2009, Felix Miata wrote On 2009/08/13 10:59 (GMT+1200) Richard Mason composed: ... On paper inches are physical inches. On a screen inches are logical inches. Logical inches and physical inches are not the same thing as I

Re: [css-d] Screen resolution?

2009-08-13 Thread Dave Sherohman
On Thu, Aug 13, 2009 at 10:59:18AM +1200, Richard Mason wrote: My question to you is why a box of 100px equals a inch measured by a ruler and not what I expected 96px? Don't understand the statement. I didn't make clear what I meant when I said I don't understand the statement. I

[css-d] Background not showing correctely in IE 6.0

2009-08-13 Thread DreamWeb
Hi there, When I browse with *Firefox version 3.0.12* to this linkhttp://casa-annonces.info/scrollable/slideshow.php, who shows the scrollable tool as you will see in this link image too http://casa-annonces.info/scrollable_imgs/firefox.jpg. If you are not using Firefox. But when I use *IE

Re: [css-d] Fix for chrome browser

2009-08-13 Thread bharani kumar
what is the use of imortant ...in CSS On Thu, Aug 13, 2009 at 8:32 AM, bharani kumar bharanikumariyer...@gmail.com wrote: I find some one using height:120px; !important for IE fix Am used this fix , but no positive output , Can u tell me , its really works or not On Wed,

Re: [css-d] Background not showing correctely in IE 6.0

2009-08-13 Thread Tim Climis
On Thursday, August 13, 2009 5:47:53 am DreamWeb wrote: Hi there, When I browse with *Firefox version 3.0.12* to this linkhttp://casa-annonces.info/scrollable/slideshow.php, who shows the scrollable tool as you will see in this link image too

Re: [css-d] How to get window to crop image?

2009-08-13 Thread Mikael Byström
I have a new challenge. In CSS, is it possible to get an image to be cropped off on both sides? Or in print language, to bleed on both sides? For an image used as a background image which is 408 pixels high and 700 pixels wide you could extract and use the basic technique of leaving out the

Re: [css-d] first-child and + selector issues

2009-08-13 Thread Vincent Pollard
Thanks Tim, you were right,. I suspected it was the doctype. I tried it in the Dev toolbar and it worked fine. I'll get that fixed. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Tim Snadden Sent: Wednesday, August

Re: [css-d] Screen resolution?

2009-08-13 Thread Michael Stevens
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Dave Sherohman ...I think about on-screen image sizing purely in terms of pixels and find the idea of trying to size things on-screen based on inches or any other

[css-d] Corner Logo Position

2009-08-13 Thread sono-io
Hello All, I have a rather strange problem that I can't seem to find a fix for. After I added hmtl to the [html,body] rule, the corner logo now rides on top of the scroll bar of the browser window. If I remove html from that rule, the logo butts up against but does not cover the

Re: [css-d] Styling forms

2009-08-13 Thread Krystian - Sunlust
Thanks a lot for the help, I somehow managed it but I'm not very happy with the code. I never realised that a simple form could cause so many cross browser issues. As a tip on how I fixed it: floated the label and floated the input fields, somehow I managed to make it so it looks fine on ff3.5,

Re: [css-d] Fix for chrome browser

2009-08-13 Thread Tim Snadden
On 13/08/2009, at 10:47 PM, bharani kumar wrote: what is the use of imortant ...in CSS Important is used to over-ride the CSS cascade and ensure that a rule is applied. It can be useful in some circumstances. All I'm suggesting is that it is a good rule of thumb for