Re: [css-d] Why z-index does not work for transformed element?

2012-01-07 Thread Mark Senff
In the following example, no matter what z-index I set, div2 is always above the first div. Does anybody know how to change css to make div2 in the bottom? Why z-index does not work with transform? You just need to make sure that the DIV elements have a position value. Set it to

Re: [css-d] CSS Via Conditional Comments for Safari?

2011-12-22 Thread Mark Senff
On 2011-12-22, at 8:16 PM, Philippe Wittenbergh wrote: On Dec 23, 2011, at 10:12 AM, Elli Vizcaino wrote: This has always been my experience w Safari render fonts even when viewing directly on a Mac. I really need the font to render like the rest of the browsers because that heavy weight

Re: [css-d] positioning over mpeg video..

2011-12-11 Thread Mark Senff
On 2011-12-11, at 9:18 PM, Michael Beaudoin wrote: Is it possible to position a transparent button over an embeded mpeg video? I can move them around but when the page loads, it seems the buttons are behind the movie. I've tried z-index but I'm sure I'm not doing it right. Code is below but

Re: [css-d] flash element covering nav dropdowns in Chrome

2010-11-28 Thread Mark Senff
Isn't this one of those things where this additional parameter would fix the trick? param value=wmode name=transparent I'd be more sure if the same issue happened in Firefox as well, but give it a try I guess mS --- On Sun, 11/28/10, Jody Levinson j...@troutdream.com wrote: From: Jody

[css-d] OPTIONS of a select box overlapping a DIV overlay

2009-08-12 Thread Mark Senff
Hey all, I'm well aware of the IE6-specifc problem regarding SELECT-boxes showing through a overlay div, and its usual fix (putting an iFrame with certain properties right under the overlay div), but I've just come across something new, related to this. Why I've never seen this before, I don't

Re: [css-d] styling select drop down in IE

2009-03-27 Thread Mark Senff
--- On Thu, 3/26/09, Angela French afre...@sbctc.edu wrote: Can CSS be applied to the select tag in IE? I can't get mine to remove the 3D effect. I remember something about the styling of selects being an operating system style that can't be overwritten. To my knowledge, this is indeed

Re: [css-d] IE and png transparency

2009-03-27 Thread Mark Senff
--- On Fri, 3/27/09, hairball stop.the8th...@gmail.com wrote: How can I set .png transparency for ie7. I thought is was something like this. code: filter:alpha(opacity=50); But I guess I'm wrong it doesn't seem to work, am I missing something ? With PNGs, the transparency is part of

Re: [css-d] List-style-type in IE

2009-03-27 Thread Mark Senff
--- On Fri, 3/27/09, Mike Davies m...@integrawebdesign.co.uk wrote: ul,li { list-style-type: none; list-style-position: outside; } The list-style-position should help there. This seems to remove the bullet but the indent remains as though the bullet still exists.

Re: [css-d] styling select drop down in IE

2009-03-27 Thread Mark Senff
--- On Fri, 3/27/09, Nick Fitzsimons n...@nickfitz.co.uk wrote: On Thu, March 26, 2009 10:18 pm, Angela French wrote: Can CSS be applied to the select tag in IE? I can't get mine to remove the 3D effect. I remember something about the styling of selects being an operating system style

Re: [css-d] List-style-type in IE

2009-03-26 Thread Mark Senff
--- On Thu, 3/26/09, Mike Davies m...@integrawebdesign.co.uk wrote: I am trying to remove the bullets from an unordered list, which works fine in Firefox using list-style-type:none;. But this doesn't appear to be supported by IE and the lists are showing either with the bullet or with an

Re: [css-d] How to 'clear' absolute?

2008-10-30 Thread Mark Senff
Hi, is there a way to clear a absolute positioned element? For example: div style=position:absolute; psome content/p /div div psome more content/p /div How do I make the second div appear after the first one and not on top of it? Assume that I can't use float and

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-21 Thread Mark Senff
--- On Fri, 10/17/08, Bruno Fassino [EMAIL PROTECTED] wrote: With which IE6 version are you seeing the problem? I ask this since I do not see flicker in your pages with a real IE6. Remember that the so called stand-alone versions of IE6 are not IE6 SP1 (they are a bit older) and so are

[css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
Hey all, I'm in the process of creating a standard base 4-level Suckerfish menu that is 100% compatible with FF, IE6/7/8, Opera and Safari (Win). (for the sake of argument, let's not go into details why other browsers should be supported too. this is what's on my plate for now) that I

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
--- On Fri, 10/17/08, Gunlaug Sørtun [EMAIL PROTECTED] wrote: Info: http://www.brunildo.org/test/IEAbackima.html I know that page, and under WORKAROUNDS it does list the following: Update September 2006 - Thanks to Dan Popa, a javascript workaround using an undocumented parameter in a

Re: [css-d] IE6 flicker bug - can't seem to fix it

2008-10-17 Thread Mark Senff
--- On Fri, 10/17/08, Gunlaug Sørtun [EMAIL PROTECTED] wrote: In my book: if end-users don't know how to set preferences in their own browser so it works for them, or deliberately set them so their browser works badly, then there's nothing I can or will do other than to tell those who ask

Re: [css-d] IE6 displaying some text twice

2008-10-05 Thread Mark Senff
--- On Sun, 10/5/08, Tim Dawson [EMAIL PROTECTED] wrote: I have a problem with IE6 displaying (part of) some text twice. The page advertises eight BB properties, each in identical format. Underneath the last entry, the last part of the last line is getting repeated at the top of the

Re: [css-d] Possible to install multiple versions of IE?

2008-09-18 Thread Mark Senff
To address the original question first: --- On Thu, 9/18/08, Hedley Finger [EMAIL PROTECTED] wrote: Currently, I was using IE 7 just for day-to-day browsing for years. Just recently I started to build my website and now have installed several browsers for testing. Is it possible to install

Re: [css-d] Positioning navigation and IE 6 positioning.

2008-07-03 Thread Mark Senff
1. Measure the width of the menu bar that you always want to keep on one line (I think it's app. 950 pixels) and make sure the contents are contained in a div (or UL or whatever block-element) that's has a specific width of (at least) 950 pixels. 2. Kinda like the same answer. Make sure

Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-20 Thread Mark Senff
Please validate before asking for help. I get a scrollbar regardless of font size or window size, but things like that are no surprise when the HTML is invalid. http://validator.w3.org/In all fairness: the scrollbar wasn't there at the time the question was posed. Very possible that he changed

Re: [css-d] Undesired wrapping when browser is not maximized

2007-11-19 Thread Mark Senff
I don't think it's an issue of the browser being maximized or not -- to me it looks like this undesirable thing is happening when the browser is just too small to show everything on one line. But that's a technicality, I guess. The thing is, the page is doing what it's supposed to do. The LOGO

Re: [css-d] Issue In IE

2007-11-19 Thread Mark Senff
Two simple ways to solve this (each with its own side effect, but perhaps easier to fix those). - remove the left float on the ad-div - give the right-div a specific width I'm sure there are more complex (but better) ways to solve it, but this should be enough to solve your initial problem.

[css-d] IE6 png fix problem / behavior property

2007-10-31 Thread Mark Senff
Hey all, Here's one of those stupid problems again Let's say my DIV structure is like this: div id=mainBlock div id=menuBlockmenu goes here, blablabla/div /div For a specific reason, I want to use a PNG file with alpha transparency as the background of the main block. To make that

Re: [css-d] Website check please!!

2007-09-22 Thread Mark Senff
[EMAIL PROTECTED] wrote: second level menu alignment and font size. second level hidden behind images second level disappears with cursor to run over also bottom navigation alignment.I'm sure you have a reason for it, but I don't see the absolute necessity of giving Z-indexes to the top

Re: [css-d] Fwd: CSS Issue

2007-09-19 Thread Mark Senff
I think the problem is in the way you call your JS file in the header. Instead of: script type=text/javascript src=../js/gallery.js / try using: script type=text/javascript src=../js/gallery.js/script P.S. new here, hello, my name is Mark, hope I get to learn a lot of new stuff

Re: [css-d] Safari background issue

2007-09-19 Thread Mark Senff
I use a PC so I can't test it in Safari -- hopefully we will hear that less and less now that the Windows version of Safari is pretty much 99% the same as the Mac version. ;) I checked the Subaru site in my (PC) Safari and I don't see any difference on the Advantage page, but then this may be