Re: [css-d] Button displace issue

2008-03-31 Thread corey deep
I hadn't thought of that. Thank you Georg :D thats the solution . Is there a name for this negative margin bug ( assuming that is what it is ) ... I would like to identify exactly what I can do to remedy this issue ... On Sat, Mar 29, 2008 at 6:48 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: >

Re: [css-d] Button displace issue

2008-03-31 Thread corey deep
I understood your first example. I was somewhat off topic, but was curious as to your opinion on which method would you use . had included another method for displaying buttons (a popular method using an a href and spans ) as example thanks again for your help =P On Sat, Mar 29, 2008 at 1:

Re: [css-d] Button displace issue

2008-03-29 Thread Gunlaug Sørtun
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.org/button_trials/index.html You can fix IE's bug without addin

Re: [css-d] Button displace issue

2008-03-29 Thread Holly Bergevin
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 - Submit Me with the CSS - .btn { position: relative; background:transparent url(btn_grn_submit.gif) no-repeat scroll left top

Re: [css-d] Button displace issue

2008-03-29 Thread corey deep
Thanks so much Holly , I think the span will work. its looking better now. my button solution is not ideal though... I am still on the fence as to what course of action I will take. The design spec for all buttons have rounded corners and gradient fill. three different colors, over a dozen t

Re: [css-d] Button displace issue

2008-03-29 Thread Holly Bergevin
From: "corey deep" <[EMAIL PROTECTED]> >> 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

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