Re: [css-d] IE not hiding overflow?

2009-01-14 Thread Gunlaug Sørtun
Daniel Hammond wrote: > URL: http://www.studentremix.org/ms/index.htm There is a little bit > of blue extending down below the nav bar. Delete... #nav a, #nav strong { position: relative; } ...and also delete the... * html #nav { overflow: visible; } IE's bug is that elements with 'position:

Re: [css-d] IE not hiding overflow?

2009-01-14 Thread David Laakso
Daniel Hammond wrote: > | > That didn't do it. When I added those to my CSS, it didn't affect IE7 and > made the unwanted extra blue span the entire width of the nav bar in IE6. > > > Daniel > > Seems to work on this end in IE/6 and IE/7. Please see:

Re: [css-d] IE not hiding overflow?

2009-01-14 Thread David Laakso
Daniel Hammond wrote: > > Yes, I think you have misunderstood. I do *not* want that extra bit of blue > under the navbar. Look at the site in Firefox, and you'll see how it's > supposed to look. > Thanks, > Daniel > > Then I share your puzzlement. Someone else will need provide a fix :-) . -

Re: [css-d] IE not hiding overflow?

2009-01-14 Thread Daniel Hammond
| Daniel Hammond wrote: | > | | > That didn't do it. When I added those to my CSS, it didn't | affect IE7 and | > made the unwanted extra blue span the entire width of the | nav bar in IE6. | > Daniel | > | | Seems to work on this end in IE/6 and IE/7. | Please see: |

Re: [css-d] IE not hiding overflow?

2009-01-14 Thread Daniel Hammond
| Daniel Hammond wrote: | > Here's the first thing: | > URL: http://www.studentremix.org/ms/index.htm | > CSS: http://www.studentremix.org/ms/ms.css | > Screenshot of the problem: http://www.studentremix.org/issues/ms.jpg | > The red arrows show what's going wrong. There is a little | bit of blue

Re: [css-d] IE not hiding overflow?

2009-01-14 Thread David Laakso
Daniel Hammond wrote: > Here's the first thing: > URL: http://www.studentremix.org/ms/index.htm > CSS: http://www.studentremix.org/ms/ms.css > Screenshot of the problem: http://www.studentremix.org/issues/ms.jpg > The red arrows show what's going wrong. There is a little bit of blue > extending dow

Re: [css-d] IE not hiding overflow?

2009-01-14 Thread Daniel Hammond
| On Wed, Jan 14, 2009 at 7:04 PM, Daniel Hammond | wrote: | > I have three things for you guys to look at. IE6 and IE7 | are the only | > browsers having this problem. | > | > Here's the first thing: | > URL: http://www.studentremix.org/ms/index.htm | > CSS: http://www.studentremix.org/ms/ms.css

Re: [css-d] Random padding in firefox...

2009-01-14 Thread Bill Brown
Jerod Venema wrote: > I've got a weird bug that I can't figure out. Our website, > www.frozenmountain.com, shows the behaviour. If you visit the site, check > out #header. You'll notice that it has a 1px top padding. What's bizarre is, > if you remove the padding, the spacing jumps about an extra 1

[css-d] Random padding in firefox...

2009-01-14 Thread Jerod Venema
Hey all, I've got a weird bug that I can't figure out. Our website, www.frozenmountain.com, shows the behaviour. If you visit the site, check out #header. You'll notice that it has a 1px top padding. What's bizarre is, if you remove the padding, the spacing jumps about an extra 10px. I can't for t

Re: [css-d] Dont understand float drop

2009-01-14 Thread Fiona Hayward
Fiona wrote >Thanks Bill >It did fix it, but Im really not sure why. >Maybe Ive just been looking at it for too long to see what would be flowing >out. The images in the middle box (#content) were too long, but I fixed >those and it was still happening Ignore that last post - I found the offendi

Re: [css-d] Dont understand float drop

2009-01-14 Thread Fiona Hayward
Bill wrote >Hi Fiona, >Looks like you've got something flowing out of one of your column boxes. This fixes it: >#left,#content,#right{overflow:hidden} >...but you may also want to target exactly what it is causing the overflow. >Hope it helps. >Bill Thanks Bill It did fix it, but Im really n

Re: [css-d] Dont understand float drop

2009-01-14 Thread Bill Brown
Fiona Hayward wrote: > Ive been trying to work out why I have a float drop in IE6 (but not in IE7, > 5.5, or Firefox (Windows)). > http://www.fionahayward.com/visionprint/untitled2.html Hi Fiona, Looks like you've got something flowing out of one of your column boxes. This fixes it: #left,#con

[css-d] Dont understand float drop

2009-01-14 Thread Fiona Hayward
Hello, Ive been trying to work out why I have a float drop in IE6 (but not in IE7, 5.5, or Firefox (Windows)). Ive spent hours scouring the code and searching online, but cant work it out. I seem to remember dealing with this before on another project, but I think I just fixed with trial and err

Re: [css-d] Think I worked out the bugs

2009-01-14 Thread Ib Jensen
2009/1/14 John Shepard : > Thanks much to Kate, Gunlaug and Bill for their help on > http://earthpedal.com. A work in progress. > I don't know if it's just me. But could you consider changing the :hoover color to something different. I'm just seing a White line, in FF3, when I'm looking / pointin

[css-d] Think I worked out the bugs

2009-01-14 Thread John Shepard
Thanks much to Kate, Gunlaug and Bill for their help on http://earthpedal.com. A work in progress. Again, thanks much. John Shepard __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d L

Re: [css-d] two column data

2009-01-14 Thread James E. Darfler
Thank you. I like that. I'll give it a try on the next page I need with more than one column. -Original Message- From: David Laakso [mailto:da...@chelseacreekstudio.com] Sent: Wednesday, January 14, 2009 3:40 PM To: James E. Darfler Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] two

Re: [css-d] two column data

2009-01-14 Thread David Laakso
James E. Darfler wrote: > Any ideas would be appreciated. > > The web page is at: > > > http://www.wayneactorscommunitytheatre.org/archive/joseph/bios/actors_bios.h > tml > James, would this work for you? _

Re: [css-d] two column data

2009-01-14 Thread James E. Darfler
I did some more work on the page and your thoughts got me thinking again. I have now gotten the page the way I wanted it by changing some of the table parts around. Thank you for your input and if there's a better way than tables to do this I would love to learn about it. -Original Message

Re: [css-d] two column data

2009-01-14 Thread James E. Darfler
That is a good idea using the ul bases solution. When I get some time I think I'll try modifying the page to use that. In the meantime, since I'm still trying to learn this css stuff, is there a good css solution to the problem that you could point me to? -Original Message- From: Bill Brow

Re: [css-d] two column data

2009-01-14 Thread Bill Brown
James E. Darfler wrote: > Not quite right for me. The names may not have a corresponding photo and the > photos may not have a corresponding bio. There isn't a one to one here. > > As for keeping the tables, it's what I have been using but I would change to > a more css format if that would work b

Re: [css-d] two column data

2009-01-14 Thread James E. Darfler
Not quite right for me. The names may not have a corresponding photo and the photos may not have a corresponding bio. There isn't a one to one here. As for keeping the tables, it's what I have been using but I would change to a more css format if that would work better. Could you steer me in the r

Re: [css-d] two column data

2009-01-14 Thread Gunlaug Sørtun
James E. Darfler wrote: > > A bit problematic to debug as is:

Re: [css-d] two column data

2009-01-14 Thread Gunlaug Sørtun
Ib Jensen wrote: > And I've never seen divs placed in a table before, but if's > validating I've learnt something new. FYI, and completely unrelated to the case at hand: One can put whatever - short of the html/body elements - in a table and make it validate. A "valid" confirmation only means on

Re: [css-d] two column data

2009-01-14 Thread David Laakso
James E. Darfler wrote: > Any ideas would be appreciated. > > The web page is at: > > > http://www.wayneactorscommunitytheatre.org/archive/joseph/bios/actors_bios.h > tml > > 'There's more than one way to skin a cat.'

Re: [css-d] two column data

2009-01-14 Thread Bill Brown
James E. Darfler wrote: > I am working to change my web site from XHTML Transitional to XHTML Strict > which requires more css. One of my pages was working with the transitional > but gave me 130+ errors when converted. Now the layout is wrong. There > should be two columns, one with the text to th

Re: [css-d] two column data

2009-01-14 Thread Ib Jensen
14. jan. 2009 18.05 skrev James E. Darfler : > The web page is at: > http://www.wayneactorscommunitytheatre.org/archive/joseph/bios/actors_bios.h > tml > > The css pages are at: > http://www.wayneactorscommunitytheatre/css I'm absolutely no expert in this matter, but have you tried to give your

[css-d] two column data

2009-01-14 Thread James E. Darfler
I am working to change my web site from XHTML Transitional to XHTML Strict which requires more css. One of my pages was working with the transitional but gave me 130+ errors when converted. Now the layout is wrong. There should be two columns, one with the text to the left and rows of three photos

[css-d] container width problem in IE6 - found mistake

2009-01-14 Thread A.K. Allen
Dear All, I found my mistake - a *html width set further down on the style sheet. Thanks for your help, Kris __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://c