[css-d] Combo box overlapping issue in IE

2009-08-01 Thread bharani kumar
Hi please find jpeg attachment , In that i picture my issue, My issue , Am having datepicker , in that near am having combo when i click the date picker , it show date calendar, but the combo is overlapping , some thing like z-index problem, Can u tell me the solution how to fix that ,

Re: [css-d] Number click Photo Gallery

2009-08-01 Thread tedd
At 11:23 AM -0600 7/31/09, Bob Meetin wrote: http://invisionhomesusa.com/gallery.html Also, if you are you looking for something like this? View the source. I can get a standalone example with HTML/CSS if you wish. That's flat awkward. I can't get to the middle thumbnail. I think something

[css-d] Nav bar not showing up in Firefox

2009-08-01 Thread Brian M. Curran
Hi All, I've been building a site using CSS, and my nav bar is an unordered list. Well, my website functions well in IE7, but not in Firefox. In FF I understand why my flash isn't working, but that withstanding, I'm writing this list because I don't understand why my nav bar isn't appearing.

[css-d] Nav bar not showing up in Firefox - PART 2

2009-08-01 Thread Brian M. Curran
Hi All, Because of a reply to my post I learned through http://validator.w3.org/ that I had errors with my code. I fixed some of the ones that I was familiar with, and now my Nav bar appears (Yeah, mini-victory!). Now however, I notice that my website doesn't have the nice CSS formatting that I

Re: [css-d] Nav bar not showing up in Firefox - PART 2

2009-08-01 Thread Norman Fournier
On 1-Aug-09, at 8:22 AM, Brian M. Curran wrote: Hi All, Because of a reply to my post I learned through http://validator.w3.org/ that I had errors with my code. I fixed some of the ones that I was familiar with, and now my Nav bar appears (Yeah, mini-victory!). Now however, I notice

[css-d] the old 'tables vs. divs'

2009-08-01 Thread Todd Bingham
Gentlemen, This is not my site, but I went there as a result of a tutorial I was taking on Lynda.com. http://www.nypl.org/ I was studying the CSS and the page structure and I noticed that the designer used a series of table cels to create that design. Not only will the page not validate

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread MEM
What do you all think.. todd Well... you ask this on a CSS list... what do you expect? ;) I was studying the CSS and the page structure and I noticed that the designer used a series of table cels to create that design. Not only will the page not validate but I wondered what you

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread Christian Heilmann
Todd Bingham wrote: Gentlemen, This is not my site, but I went there as a result of a tutorial I was taking on Lynda.com. http://www.nypl.org/ I was studying the CSS and the page structure and I noticed that the designer used a series of table cels to create that design. Not only

Re: [css-d] Nav bar not showing up in Firefox - PART 2

2009-08-01 Thread Tim Climis
However, I am still wondering, could it be a compatibility issue between CSS and Firefox? Validation issues aside, probably not. Firefox's CSS support is MUCH better than IE7's support. It's far more likely that you've written your page to make use of IE7's bugs than it is that you've some

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread Felix Miata
On 2009/08/01 14:40 (GMT-0400) Christian Heilmann composed: Todd Bingham wrote: http://www.nypl.org/ http://www.shouldiusetablesforlayout.com/ It's quite common among major sites to continue using layout tables. http://developer.apple.com/internet/webcontent/bestwebdev.html

[css-d] integrating CSS with ASP randomizer

2009-08-01 Thread Jenni Beard
Hi all, I have a sort of general question about an approach to CSS coding for a site I'm working on. Here is the visual draft just for reference: http://spiritmoves.com/new-site/graphics/draft4b.jpg The logo and the dancer image are placeholders while I await the real images. My

Re: [css-d] integrating CSS with ASP randomizer

2009-08-01 Thread Tim Snadden
On 2/08/2009, at 6:54 AM, Jenni Beard wrote: My question is, I am planning to use a CSS layout. But, I will also be using ASP code so that the image of the dancer will randomize about 4-6 similar images when a new page is loaded. I know that ASP is OT for this list, but I'm really

[css-d] Nav bar not showing up in Firefox - PART 3

2009-08-01 Thread Brian M. Curran
Hi All, I've used notepad to write my website, and CSS to format it. I've just got it validated, and it appears perfect in IE7, but there are two problems in Firefox. 1.-My header, which is suppose to be right below my nav bar, is positioned on top of it. FYI: My nav bar is an unordered list.

[css-d] Nav bar not showing up in Firefox - PART 3-CLARIFICATION

2009-08-01 Thread Brian M. Curran
Hi All, As a clarification to my post for CSS help below. It's not that my header is covering my nav bar in Firefox. Rather, it is right below it, and I've tried to push it down further with CSS, but hasn't moved down in Firefox. In IE7 it looks perfect. Thanks, Brian Hi All, I've used

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread lodewijk andré de la porte
My view on the subject is that you may abuse anything, and i mean anything, to make your site look as it should. And that should be done as stable, standards-complaint, pretty, elegant and small as possible. Tables is not any of those, but they may get the job done. From there on it's viewing per

Re: [css-d] Nav bar not showing up in Firefox - PART 3

2009-08-01 Thread David Laakso
Brian M. Curran wrote: Hi All, I've used notepad to write my website, and CSS to format it. I've just got it validated, and it appears perfect in IE7, but there are two problems in Firefox. 1.-My header, which is suppose to be right below my nav bar, is positioned on top of it. FYI: My nav

Re: [css-d] Nav bar not showing up in Firefox - PART 3-CLARIFICATION

2009-08-01 Thread Tim Snadden
On 2/08/2009, at 12:13 PM, Brian M. Curran wrote: In IE7 it looks perfect. If something looks right in IE and wrong in any other browser there's a good chance you are doing something wrong! Make it work correctly first, then find out what ridiculous hoops need to be jumped through to

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread Bob Rosenberg
At 19:36 +0100 on 08/01/2009, MEM wrote about Re: [css-d] the old 'tables vs. divs': I was studying the CSS and the page structure and I noticed that the designer used a series of table cels to create that design. Not only will the page not validate but I wondered what you guys have to

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread Bob Rosenberg
At 19:40 +0100 on 08/01/2009, Christian Heilmann wrote about Re: [css-d] the old 'tables vs. divs': Todd Bingham wrote: Gentlemen, This is not my site, but I went there as a result of a tutorial I was  taking on Lynda.com. http://www.nypl.org/ I was studying the CSS and the page

Re: [css-d] the old 'tables vs. divs'

2009-08-01 Thread David Laakso
Bob Rosenberg wrote: Except for the fact that in some cases CSS is (currently?) incapable of creating the same layout as can be created with a Table (Maybe CSS3 will be able to once it gets rolled out in a few years). Good grief. Give it up. Structure site layouts as table-less