Re: [css-d] browser combatibility issues

2008-03-31 Thread David Hucklesby
On Mon, 31 Mar 2008 11:59:49 -0400, Daniel Hammond wrote: > [...] > Duly noted. Thanks. The only issue now is the site's footer as it is > displayed in IE6. > It doesn't stick to the bottom of the page as it should. There should be an > easy enough > fix for this, correct? > > URL: http://www.obj

Re: [css-d] Holy Grail of CSS

2008-03-31 Thread David Laakso
Bill Brown wrote: > > If you have a moment, please check out http://www.theholiergrail.com > I'd love to hear your feedback and more specifically, which browsers > (and operating systems) are successful and which are buggy. > > Bill Brown > > Bill, Seemed to do fine on this end in XP IE/6 an

Re: [css-d] IE6 and IE7 Fieldset Bug

2008-03-31 Thread Blake
On Tue, Apr 1, 2008 at 10:43 AM, Dana Kashubeck <[EMAIL PROTECTED]> wrote: > > Have you tried removing all of the whitespace for this line? Try putting > the fieldset, legend, and span elements all on the same line in your source > and see if the gap is still there. Thanks but it didn't solve the

Re: [css-d] AAck! It's breaking in IE7 the same way it's breaking in DW

2008-03-31 Thread Gunlaug Sørtun
tmesa.mesadesignhouse wrote: > What am I doing wrong? Let's ignore the fact that it's not flowing > right in DW. Let's just look at the fact that it's not flowing > properly in IE 7. > http://mdh-test.com/Quiel/index2.shtml Don't use 'float: inherit;', as IE/win has no clue what that means. Wr

[css-d] AAck! It's breaking in IE7 the same way it's breaking in DW

2008-03-31 Thread tmesa.mesadesignhouse
I have quintuple-checked the width of the replaced elements and background images. I've quintuple-checked my math. Margin: 0; Padding: 0; In FF/Safari this flows just fine. In IE7 (I haven't even checked IE6 yet), the div.pageheadEnd keeps flowing to below the pageheader. I am recoding thi

Re: [css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread Gunlaug Sørtun
Alan Gresley wrote: > You are correct there Georg but it's when each dimension is squared > that the slow down is noticed. The present image (bg.gif) is 4px by > 4px. This could be fixed with an image of 4px in width and either > 8px, 12px or 16px in height. > > It all about mathematics. :-)

[css-d] width in horz list

2008-03-31 Thread Cyber Cog
What is the best way to make the 'buttons' in a horizontal list the same size.Like when setting a vertical list display: block? Thanks __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FA

[css-d] IE6 and IE7 Fieldset Bug

2008-03-31 Thread Blake
Hi List, I'm currently having a problem in IE with a fieldset that has some whacky behavior as far as spacing is concerned. You can find a picture of the bug here: http://img380.imageshack.us/my.php?image=fieldsetbugfh1.gif The relevent HTML and CSS is: First Name

Re: [css-d] Prohibit Font resizing (cross browser)

2008-03-31 Thread Richard Grevers
On 3/29/08, cj <[EMAIL PROTECTED]> wrote: > On 3/28/08, Christian Heilmann <[EMAIL PROTECTED]> wrote: > > Use a graphic? > > the trend with browsers seems to moving towards "zoom" (yuck) instead > of a simple text resize, so i'm not sure how long the graphic idea > would work. > But page zoom (

[css-d] Holy Grail of CSS

2008-03-31 Thread Bill Brown
Hello All. About two years ago, I was a member of this list. I then went away to Africa to volunteer for a couple years. Now, I'm back and thought I'd check in. My big project in those days was that ever-so-elusive Holy Grail of CSS, the three column, table-less layout. Many members of this li

Re: [css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread [EMAIL PROTECTED]
>>This could be fixed with an image of 4px in width and either 8px, 12px or 16px in height.<< Oo...gotta say that trick sped it up quite a bit. Thanks again - you guys are awesome :) ~Shelly __ css-discuss [EMAIL PROTECTED] ht

Re: [css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread Alan Gresley
> Original Message > Subject: Re: [css-d] IE7 issues with site - missing content/slow > scrolling > From: Gunlaug Sørtun<[EMAIL PROTECTED]> > Date: Mon, March 31, 2008 1:29 pm > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Cc: css-d@lists.css-discuss.org > > [EMAIL PROTECTED]

Re: [css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread [EMAIL PROTECTED]
Ahhh...thanks to you both! MUCH better now. You've just saved my ass. ;) ~Shelly __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -

Re: [css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread Alan Gresley
Shelly wrote: > Hey all, > > I was wondering if you could help me troubleshoot something. I've been > working on a site (http://brassblogs.com/alliance-link/), and right now > I'm browser checking. Typically, I check out all my other browsers > before I start in on IE, and this one hasn't ha

Re: [css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: > So it's using transparent PNG's for the content shadow. I'm > wondering if this is what's causing the weird scrolling issue (if > not, what could it be?). A combination of scrolled background on top of fixed background, and very small background-images. Small images

Re: [css-d] Container issue

2008-03-31 Thread Valerie Wininger
You can also try setting a min-width on that container so at some point it won't get any smaller or wrap no matter what the user does. On Mon, Mar 31, 2008 at 2:33 PM, Jason Ogle <[EMAIL PROTECTED]> wrote: > Have you tried: > > white-space: nowrap; > > ? > > ··· >

Re: [css-d] Container issue

2008-03-31 Thread Jason Ogle
Have you tried: white-space: nowrap; ? ··· jason ogle | designer | myspace.com 310.969.7124 | myspace.com/ogletine ··· -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Monday, Mar

[css-d] IE7 issues with site - missing content/slow scrolling

2008-03-31 Thread [EMAIL PROTECTED]
Hey all, I was wondering if you could help me troubleshoot something. I've been working on a site (http://brassblogs.com/alliance-link/), and right now I'm browser checking. Typically, I check out all my other browsers before I start in on IE, and this one hasn't had much of a difference bet

[css-d] Container issue

2008-03-31 Thread John
I'm having some problems with getting my container to both make the stuff contained be as wide as the browser window, AND to not break to 2 lines if the browser window is made narrow by the user. I am pretty green still with CSS...any help would be greatly appreciated. Both the page code an

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] **SL-JUNK** How to make css crossbrowser?

2008-03-31 Thread David Laakso
Casadio Pablito wrote: > I ask a questioin about css/crossbeowser: > Please Take a lokk here: > > div#conteiner { > overflow:hidden; /* Now div#conteiner contain all floats Not for IE5~IE6*/ > } > > * html div#conteiner {overflow:visible;height:1%;} /* so IE5~IE6 will > contain the floats */ > In

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] browser combatibility issues

2008-03-31 Thread Daniel Hammond
| Microsoft told Mac users in January 2006 to stop using IE for | the Mac. | You can't even download it from Microsoft anymore. Now it breaks | sites. It crashes computers and causes kernel panics. No one | is using | (or should be using) IE for the Mac. | | What do your stats say about IE

Re: [css-d] How to make css crossbrowser?

2008-03-31 Thread Alan Gresley
Casadio Pablito wrote: > Date: Mon, March 31, 2008 3:43 am > To: > > Hi at all > I ask a questioin about css/crossbeowser: > Please Take a lokk here: > > div#conteiner { > overflow:hidden; /* Now div#conteiner contain all floats Not for IE5~IE6*/ > } > > * html div#conteiner {overflow:visible;h

Re: [css-d] anchor no-hover problem

2008-03-31 Thread cj
On 3/30/08, Karen Davis <[EMAIL PROTECTED]> wrote: > I have a page with a left side submenu navigation list. The IN THIS SECTION > text > is an anchor within an li, but I want to make that anchor *not* hover as the > rest of the list does, and I don't know how to accomplish this. i see a coup

Re: [css-d] anchor no-hover problem

2008-03-31 Thread Christian Kirchhoff
Hello, add the following to your css: .submenu a.no-hover:hover { background: none; } Best regards, Christian Kirchhoff *Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin www.digitale-bibliothek.de AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737 Geschäftsführer: Ral

[css-d] anchor no-hover problem

2008-03-31 Thread Karen Davis
Hi all- I have a page with a left side submenu navigation list. The IN THIS SECTION text is an anchor within an li, but I want to make that anchor *not* hover as the rest of the list does, and I don't know how to accomplish this. * Here's the page: http://www.kdwebstudio.com/libraries.htm

Re: [css-d] Floating Divs of Unequal Height

2008-03-31 Thread Bruno Fassino
On Mon, Mar 31, 2008 at 3:31 PM, Cristian Palmas wrote: > 2008/3/30, Bruno Fassino <[EMAIL PROTECTED]>: > > > [1] http://brunildo.org/test/ImgThumbIBL.html > > > Bruno, > > I visited your link above. The page looks simple but good, but your > CSS does not validate because of the "display: -moz

Re: [css-d] IE Problem - Menu

2008-03-31 Thread Alan Gresley
Ibrahim wrote: > Thanks all, I'm really happy now :) > > anyway, I fixed the menu on IE6, but still not sure about IE7 coz I didn't > test it on IE7 > I commented the old code, you can check the css file. > moreover, firefox need the attribute "float:left" to display it correctly. > I think it's

Re: [css-d] Floating Divs of Unequal Height

2008-03-31 Thread Cristian Palmas
2008/3/30, Bruno Fassino <[EMAIL PROTECTED]>: > [1] http://brunildo.org/test/ImgThumbIBL.html > > > Best, > Bruno Bruno, I visited your link above. The page looks simple but good, but your CSS does not validate because of the "display: -moz-inline-block;" property and min-width assigned to a

Re: [css-d] Footer breaks in IE

2008-03-31 Thread Valerie Wininger
I think you need to change the negative margin on the footer to equal the height of the footer. Same with the IE margin-top hack (**though you may need to adjust this one slightly). So, it would be: #footer { position: relative; margin: -100px auto 0 auto; width: 100%; height: 100px; background

[css-d] How to make css crossbrowser?

2008-03-31 Thread Casadio Pablito
Hi at all I ask a questioin about css/crossbeowser: Please Take a lokk here: div#conteiner { overflow:hidden; /* Now div#conteiner contain all floats Not for IE5~IE6*/ } * html div#conteiner {overflow:visible;height:1%;} /* so IE5~IE6 will contain the floats */ In general How can I do to know HO

[css-d] Anyone found a cure for IE6/7's stacking bugs?

2008-03-31 Thread Gunlaug Sørtun
In order to save space for multilevel drop-downs on narrow windows, I've stacked deeper levels on top of grandparents. Example: Relevant CSS file: Following the links with '*' will make the deepest levels a