[css-d] IE7 background-image reload

2011-01-26 Thread Mary Ellen Curtin
In IE7.0 (at least), the background-image here: http://datagnostics.com/test/Tindex.html reloads every time I refresh the page, producing a very-irritating flicker. Things that I have tried that don't fix it: 1. Giving layout to the div in question (via zoom:1;) and to its parent, BODY. 2.

Re: [css-d] Fwd: Re: Vendor-specific extensions: warnings, not errors

2011-01-26 Thread Philippe Wittenbergh
On Jan 27, 2011, at 4:51 AM, Lundgren, Chad wrote: > However, even the new validator still has some other CSS3-related issues. > This rule (shortened down to a test case length): > > #top-navigation ul ul { > box-shadow: 0px 3px 3px rgba(0,0,0,0.2); > } > > produced the really odd and m

Re: [css-d] @media float problem

2011-01-26 Thread Dan Kaufman
Thanks to Kevin and David for your help and insight to spot the "width: 80px;" . This declaration was in the "default landscape mode" section of the css and was (for me) out of sight, out of mind. I had suspected that the width declaration was part of the problem, but all the futzing around I was

Re: [css-d] Div Positioning Changes when viewed on Smart Phone

2011-01-26 Thread Dan Kaufman
There is an app called iPhony but it only (as far as I know) runs on a Mac with OS X 10.4.7. Go to: http://www.tuaw.com/2007/06/21/iphoney-iphone-web-simulator/ It works well for me as I'm still waiting for Feb. 10th when Verizon will (finally) have the iPhone. -Original Message- From:

[css-d] Div Positioning Changes when viewed on Smart Phone

2011-01-26 Thread John Hannon
Hello, I am a CSS newbie and wondering why the positioning of my SWFObject alternate content moves when viewed on an iphone and appears in the center of the screen. Here's the link: http://www.drain-o.com/index.html 1) Is it because I've got a div="alternate2" set to absolute positioning and nes

Re: [css-d] Fwd: Re: Vendor-specific extensions: warnings, not errors

2011-01-26 Thread Lundgren, Chad
Hello, I'm glad to hear they are taking a better approach to vendor extensions. However, even the new validator still has some other CSS3-related issues. This rule (shortened down to a test case length): #top-navigation ul ul { box-shadow: 0px 3px 3px rgba(0,0,0,0.2); } produced the

Re: [css-d] IE layout problem

2011-01-26 Thread David Hucklesby
On 1/26/11 6:25 AM, Rory Bernstein wrote: In the left column of my site, I have subnav links. They bust out of their column in some places. For example: http://www.seidenschein.com/index.php/seidenschein/practice_areas/421-a_benefits/ This is happening in IE. Can you tell me how to get them to

Re: [css-d] @media float problem

2011-01-26 Thread David Hucklesby
On 1/26/11 8:18 AM, Dan Kaufman wrote: [...] This works fine, the issue/problem is when the iPad is rotated to portrait the right-hand vertical column of thumbnails should move to become a horizontal-row below the main photo. This should be accomplished by a simple float: left declaration. How

[css-d] @media float problem

2011-01-26 Thread Dan Kaufman
I am having a (very frustrating) problem of an apparent non-working float within an @media tag. The site is a photography gallery site with a main photo div and a right-hand vertical column of thumbnail images in default landscape mode. When viewing the site in portrait mode, such as rotating t

Re: [css-d] dropdown menu bug in IE8

2011-01-26 Thread G.Sørtun
first time I post to this distribution list, so I hope I'm doing it right. Just fine ... Welcome to css-d :-) I have a bug in a dropdown menu in IE8 on this site : http://medisra.sideradesign.com the last items on the dropdown under the second menu item are unattainable as they disappear be

Re: [css-d] Tweaking Tumblr Theme

2011-01-26 Thread Chetan Crasta
Happy to help. Forwarding your reply to the list to inform them that the issue is solved. ~Chetan On Wed, Jan 26, 2011 at 5:48 PM, faramineux wrote: > a img { border:none; } > > That worked! Thanks. > > On Jan 25, 2011, at 11:18 PM, Chetan Crasta wrote: > >> Try this >> a img { border:none; } >

[css-d] IE layout problem

2011-01-26 Thread Rory Bernstein
In the left column of my site, I have subnav links. They bust out of their column in some places. For example: http://www.seidenschein.com/index.php/seidenschein/practice_areas/421-a_benefits/ This is happening in IE. Can you tell me how to get them to stay put? Thanks, Rory _

Re: [css-d] Problem with print style sheet

2011-01-26 Thread Rory Bernstein
>> On this page: >> http://seidenschein.com/index.php/seidenschein/practice_areas/C11/ >> > > Which browser are you using ? I suspect Gecko-based… WebKit show 3 pages. I > think you need to 'unfloat' #sub_rightcol and remove that height declaration. > > ps- your print stylesheet is really minim

[css-d] dropdown menu bug in IE8

2011-01-26 Thread Paul de Wouters
Hello first time I post to this distribution list, so I hope I'm doing it right. I have a bug in a dropdown menu in IE8 on this site : http://medisra.sideradesign.com the last items on the dropdown under the second menu item are unattainable as they disappear before they can be clicked. someone