Re: [css-d] Stacking Order IE7 issue

2009-10-15 Thread corey deep
behind the arrow navigation elements. I have tried wrapping both absolute positioned elements in a div and set the z-index of that parent high up in the stack order, but it is not resolving the issue. Ack. On Wed, Oct 14, 2009 at 12:50 PM, corey deep wrote: > Hello All, > > I have a pro

[css-d] Stacking Order IE7 issue

2009-10-14 Thread corey deep
Hello All, I have a problem with ie7, I believe it is incorrectly setting the z-index of site content (a thumbnail row) and the result is that the navigation is overlapping the content row on hover. see example http://www.thevenusflytrap.org/ietests/ie7-stack-issue.html To reproduce mouse over e

[css-d] remove focus outline for ie7

2009-09-30 Thread corey deep
Hi All, I have a requirement to remove the focus outline from a section of our web app. I did this however it is not behaving as I would expect in ie7. The focus is on the down state. In every other browser ( including ie6 ) the focus has been removed but not ie7. I have used this gto no effect (

[css-d] display issues with tab like menu w/ rounded corners ... et tu rounded corners ?

2009-01-23 Thread corey deep
Howdy, I am trying to put together a menu , and in my example there exists a 'gap' between menu items ( apparent on :hover )... I know why the perceived 'gap' is there, I just dont know how to build the menu so it is.. not there. the menu items have one rounded corner ( on the right ), and need t

[css-d] menu hovers w alpha - an issue - cross browser

2008-10-27 Thread corey deep
Hi all, I am working on a menu where the menu items contain a curved corner, and I can't seem to figure it out... i thought to use a png with transperancy but after some trial and error i still have spaces between menu items. I have no ideas for this. Any help would be greatly appreciated. examp

[css-d] ie6 - image based menu not scrolling with content - when using a fixed position bottom element

2008-10-10 Thread corey deep
Hello all, i'm having a heck of a time here, what I am trying to accomplish is a fixed position element set on the bottom of viewport. It works fine everywhere except, in ie6 when i applied i to my mockup the topmenu is not scrolling with the other content. Any help would be greatly appreciated.

Re: [css-d] aligning text to bottom of element

2008-06-02 Thread corey deep
thanks so much. I think this should work. On Mon, Jun 2, 2008 at 12:39 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > corey deep wrote: > >> I am required to align text bottom right beside an image the image is >> of variable width & height maximum 130px w or 13

[css-d] aligning text to bottom of element

2008-06-02 Thread corey deep
Hi all, I am stuck on this ... I am required to align text bottom right beside an image the image is of variable width & height maximum 130px w or 130px height. the text remains at the same position relative to the image ( the relationship remains the same whether the image is of a diminishe

[css-d] star hack /tan hack or what ? a question...

2008-05-15 Thread corey deep
Hello, I have used hack for ie6 : div.someclass { width: 300px; * width: 320px; } which is it is different than the standard star selector hack, i.e. * html div.someclass { width: 320px; } what is the first example called ? is it an improper interpretation of the star selector hack. I wan

Re: [css-d] Centering a variable width float ...

2008-04-23 Thread corey deep
So Sorry ! http://www.thevenusflytrap.org/floating/html/example.html On Wed, Apr 23, 2008 at 10:20 AM, corey deep <[EMAIL PROTECTED]> wrote: > I am having great difficulty centering a floated element ( e.g. an image > w/ dropshadow ). > The primary reason is the dimensions

[css-d] Centering a variable width float ...

2008-04-23 Thread corey deep
I am having great difficulty centering a floated element ( e.g. an image w/ dropshadow ). The primary reason is the dimensions of this floated element are variable ( a maximum of 400px height and/or 400px width ) Is there is a css way to center a variable width element which contains a float ?

[css-d] z-index issue

2008-04-14 Thread corey deep
Hi, I am working on a layout which involves element overlapping and i'm concerned that I am not setting the stack order correctly. The reason I need to set stack order is that I have overlapping interface elements which must display above of the other content. example: /* CSS */ #step_two_

Re: [css-d] Button displace issue

2008-03-31 Thread corey deep
]> wrote: > corey deep wrote: > > > I have an odd button element issue specific to IE6. When I create a > > button element and set text-indent ( to displace the value text ) the > > button disappears in IE6. > > And also in IE7. > > > http://thevenusflytrap

Re: [css-d] Button displace issue

2008-03-31 Thread corey deep
:00 PM, Holly Bergevin <[EMAIL PROTECTED]> wrote: > From: "corey deep" <[EMAIL PROTECTED]> > > >Spans involve less work with graphics editor, but it is alot of markup > for a > >single button no ? > > Well, what I had thought was - > &g

Re: [css-d] Button displace issue

2008-03-29 Thread corey deep
with graphics editor, but it is alot of markup for a single button no ? On Sat, Mar 29, 2008 at 9:24 AM, Holly Bergevin <[EMAIL PROTECTED]> wrote: > From: "corey deep" <[EMAIL PROTECTED]> > > >> I have an odd button element issue specific to IE6. When I c

Re: [css-d] Button displace issue

2008-03-28 Thread corey deep
btw I copied the source from firebug, which is why it displays margin set to 0pt. i realize that looks like that. fyi. thank you. Hi, > > I have an odd button element issue specific to IE6. When I create a button > element and set text-indent ( to displace the value text ) the button > disapp

[css-d] Button displace issue

2008-03-28 Thread corey deep
Hi, I have an odd button element issue specific to IE6. When I create a button element and set text-indent ( to displace the value text ) the button disappears in IE6. If I add a non-breaking space , or line break or character before the button it displays fine. Has anyone had any experience with

Re: [css-d] New CSS/html tools?

2008-03-12 Thread corey deep
me I use Textmate ... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org

Re: [css-d] buttons elements that are kickass in IE6

2008-03-11 Thread corey deep
On Tue, Mar 11, 2008 at 3:00 PM, Rob Emenecker < [EMAIL PROTECTED]> wrote: > Using a negative text indent to "hide" the button label, is not what I > would > label as a "best practice" -- IMO. Are the button values dynamically > changing? If not, why even have text for the value attribute? There's

[css-d] buttons elements that are kickass in IE6

2008-03-11 Thread corey deep
Hello all, I have been trying to accommodate a design spec involving intricately styled buttons w/ rounded corners I have been sourcing out best of practices and after trial and error, am leaning towards the use of image as form button element ... however the techniques I have tested use t

Re: [css-d] ie6 height issue

2008-02-15 Thread corey deep
thank you ! On Fri, Feb 15, 2008 at 9:32 AM, David Hucklesby <[EMAIL PROTECTED]> wrote: > On Thu, 14 Feb 2008 11:16:58 -0800, corey deep wrote: > > does anyone have experience dealing with ie6 height bugs ? i have > several instances > > where the elements height is not

Re: [css-d] ie6 height issue

2008-02-15 Thread corey deep
That got it. added empty comments inside the nested divs. thank you ! On Fri, Feb 15, 2008 at 9:21 AM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > corey deep wrote: > > does anyone have experience dealing with ie6 height bugs ? i have > > several instances where the element

[css-d] ie6 height issue

2008-02-15 Thread corey deep
does anyone have experience dealing with ie6 height bugs ? i have several instances where the elements height is not right in ie6. I'm trying to setup swatches w/ css. in ie6 there is extra height given to every element. look in ff or safari and the 'swatch' renders fine, in ie6 it is twice heigh

[css-d] Fwd: rounding image corners , png images and IE6

2007-12-03 Thread corey deep
Hello All, I am trying to round the corners of thumbnail images. prefer to use css, as opposed to imageMagick. I have a test file which utilizes png w/ transparencies ( because the gif alternative displays with jagged edges ). However, as IE6 doesn't recognize transparency I am forced to use gifs