[css-d] Safari Height Problem

2008-04-28 Thread Sean
A friend of mine asked me to add an image to his web site. The problem I am having is getting it placed where his bosses want it. They want it at the bottom of a left hand column also used for navigation. You can see an example at http://www.dezynworks.com/css_test/safari_mess.htm It works in F

Re: [css-d] div problem - children not displaying as children

2008-04-28 Thread David Laakso
Jeff Blaine wrote: > Basic test case: http://www.kickflop.net/div-problem.html > > I'm clearly missing something simple here. I want 'bot1', > 'bot2', and 'bot3' to be 3 bordered divs INSIDE 'bottomrow' > > Any suggestions would be great. > > "Children in hand" are always welcome (regardless

Re: [css-d] div problem - children not displaying as children

2008-04-28 Thread Philippe Wittenbergh
On Apr 29, 2008, at 8:21 AM, Jeff Blaine wrote: > Interesting. I wish I understood why 'overflow: hidden' > solves the problem. I don't like adding things that I > don't fully understand. What overflow am I hiding? Why > is 'overflow: hidden' the magic that states, "these > children belong to

Re: [css-d] div problem - children not displaying as children

2008-04-28 Thread Jeff Blaine
Interesting. I wish I understood why 'overflow: hidden' solves the problem. I don't like adding things that I don't fully understand. What overflow am I hiding? Why is 'overflow: hidden' the magic that states, "these children belong to the enclosing div". It just seems awful obtuse to me. Cur

Re: [css-d] div problem - children not displaying as children

2008-04-28 Thread Jim Nannery
Afternoon all > Jeff Blaine wrote: >> Basic test case: http://www.kickflop.net/div-problem.html >> >> >> >> Any suggestions would be great. >> David L wrote > > > #bottomrow { overflow:hidden;/*add to sector*/} > > > html > > wrap the line "inside bottomrow div. Notice bot1 bot2 and bot3 are not

Re: [css-d] thumbnail problem in explorer ??

2008-04-28 Thread Bobby Jack
--- Rob freeman <[EMAIL PROTECTED]> wrote: > All looks fine in firefox 2.0 and safari on the Mac, > but as always when viewed > in explorer 7? I'm dreading to see what it looks > like in explorer 6. I've noticed this image-clearing problem in IE before - adding a 'br' between the image and capti

Re: [css-d] div problem - children not displaying as children

2008-04-28 Thread David Laakso
Jeff Blaine wrote: > Basic test case: http://www.kickflop.net/div-problem.html > > > > Any suggestions would be great. > #bottomrow { overflow:hidden;/*add to sector*/} html wrap the line "inside bottomrow div. Notice bot1 bot2 and bot3 are not inside this bordered box!" in an empty divisi

[css-d] thumbnail problem in explorer ??

2008-04-28 Thread Rob freeman
I'm working on an update to a site which I help built a while ago. I have placed some thumbnails with a background image with a drop shadow. All looks fine in firefox 2.0 and safari on the Mac, but as always when viewed in explorer 7? I'm dreading to see what it looks like in explorer 6. I'm not

[css-d] div problem - children not displaying as children

2008-04-28 Thread Jeff Blaine
Basic test case: http://www.kickflop.net/div-problem.html I'm clearly missing something simple here. I want 'bot1', 'bot2', and 'bot3' to be 3 bordered divs INSIDE 'bottomrow' Any suggestions would be great. __ css-discuss [EMAI

Re: [css-d] Egg timer flicker in ie6 on hover.

2008-04-28 Thread Mark Henderson
Dermot Ward wrote: > Hi, >Can anyone please tell me why there is that irritating egg timer flicker >on the Categories ul on hover? I think this will help solve your problem: HTH Mark

[css-d] Egg timer flicker in ie6 on hover

2008-04-28 Thread Dermot Ward
Alan, Thanks very much for your comments. That fix banishes the egg timer thing completely on my page. I'm still fiddling around a bit with spans and if I get lucky with a css fix I'll let you know. I'm constantly amazed at all the people here like yourself and Mark who take so much time and

Re: [css-d] Link "hand" disappears in IE

2008-04-28 Thread Alan K Baker
- Original Message - From: Mary Ellen Curtin To: css-d@lists.css-discuss.org Sent: Monday, April 28, 2008 3:27 PM Subject: Re: [css-d] Link "hand" disappears in IE Ha! I found the page I was looking for, and answered my own question. As suggest by Steve Clay http://mr

Re: [css-d] help with problem in CSS

2008-04-28 Thread Bobby Jack
--- bookpage <[EMAIL PROTECTED]> wrote: > Thank you for your suggestions and help. I had to > use float left in > order to get the to display in FF. I have used > the clear:left and > now the navbar and footer will not center. I tried > taking out the > float:left and my disappears again. Th

Re: [css-d] help with problem in CSS

2008-04-28 Thread bookpage
Bobby Jack wrote: > (This is my first reply to the list, so please forgive > any breaking of conventions, and feel free to tell me > if I'm doing anything wrong!) > > bookpage, the footer problem is related to your use of > 'float: left' on the elements preceding the footer. > Since the footer isn

Re: [css-d] Link "hand" disappears in IE

2008-04-28 Thread Mary Ellen Curtin
Ha! I found the page I was looking for, and answered my own question. As suggest by Steve Clay http://mrclay.org/wd/tests/ir/ "cursor: hand" is the solution! - Original Message - > I've an image-replaced navigation: > http://datagnostics.com/test/imagereplace2.html > > Everything seems to

Re: [css-d] Egg timer flicker in ie6 on hover

2008-04-28 Thread Alan K Baker
Dermot. I'm sorry I didn't get round to answering your previous comment and I'm really pleased to see that you have a fix from Mark. I had previously Googled for an answer as well, but obviously didn't choose the right keywords. :-( What's a bit strange is that the problem that you had with fl

Re: [css-d] help with problem in CSS

2008-04-28 Thread Bobby Jack
(This is my first reply to the list, so please forgive any breaking of conventions, and feel free to tell me if I'm doing anything wrong!) bookpage, the footer problem is related to your use of 'float: left' on the elements preceding the footer. Since the footer isn't cleared, it 'sticks' to those

Re: [css-d] Banner Font to big (Take 2)

2008-04-28 Thread Alan K Baker
You've now changed the font size in your h1 style from 250% to 3em. To accommodate this and to stop the letters merging vertically, you need to remove the "margin-top:3px;" from your h1 style and set "line-height:30px;" in your h1 style. I'm not sure exactly where you want the "Reverse screen co

[css-d] Egg timer flicker in ie6 on hover

2008-04-28 Thread Dermot Ward
Very many thanks Mark for your reply Really appreciated. Excellent article. Excellent fix. That flicker thing was like a toothache all weekend. Happy again. Kind regards, Dermot. _