Re: [css-d] suckerfish problem in IE7

2010-01-13 Thread Alan Gresley
Alan Gresley wrote: (snip) When I have time, I will create a test case. Your choice Theresa. http://css-class.com/html/dropdown/suckerfish.htm http://css-class.com/html/dropdown/ursidae.htm Much cleaner HTML. CSS has a IE6 only hack. I not even sure if this is needed since I don't even

Re: [css-d] CSS Tag cloud

2010-01-13 Thread Gabriele Romanato
Check it out at www.css-zibaldone.com/articles I think it might be useful. ;-) -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zibaldone.com/ (English)

[css-d] Help with Horizontal List in IE

2010-01-13 Thread Denise McLaurin
I'm creating a horizontal unordered list that in most cases will be long enough to wrap to more than one line. The li and a elements are set to display:block and float:left. I do not have a set width or height on either of these and prefer not to do so. All works fine in Firefox; however, IE

Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Denise McLaurin
Bill Braun wrote: Wild hunch - try separating the words Exam Master Online with non-breakable spaces (nbsp;). Bill B Thanks Bill. I dismissed that initially since this involves a CMS, but decided to give it a try since the output is created by my own module ... it worked! Many

Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Bill Braun
Denise McLaurin wrote: Bill Braun wrote: Wild hunch - try separating the words Exam Master Online with non-breakable spaces (nbsp;). Bill B Thanks Bill. I dismissed that initially since this involves a CMS, but decided to give it a try since the output is created by my own

[css-d] IMG with inline PADDING not working in IE8

2010-01-13 Thread Doug Niven
Hi Folks, I'm no CSS expert and sometimes I need to nudge a photograph one direction or another a few pixels, and add inline CSS to do so, such as: pimg style=padding-top: 5px; src=super_girl.jpg/p However, I've noticed this additional padding is not displayed in Internet Explorer (I

Re: [css-d] IMG with inline PADDING not working in IE8

2010-01-13 Thread David Laakso
Doug Niven wrote: I'm no CSS expert and sometimes I need to nudge a photograph one direction or another a few pixels, and add inline CSS to do so, such as: I can add a live URL example if needed but thought I'd ask first. Doug *Yes,* it is always to your advantage to add a clickable

Re: [css-d] IMG with inline PADDING not working in IE8

2010-01-13 Thread Thierry Koblentz
I'm no CSS expert and sometimes I need to nudge a photograph one direction or another a few pixels, and add inline CSS to do so, such as: pimg style=padding-top: 5px; src=super_girl.jpg/p However, I've noticed this additional padding is not displayed in Internet Explorer (I have IE 8). The

Re: [css-d] Help with Horizontal List in IE

2010-01-13 Thread Philippe Wittenbergh
On Jan 14, 2010, at 1:32 AM, Denise McLaurin wrote: I'm creating a horizontal unordered list that in most cases will be long enough to wrap to more than one line. The li and a elements are set to display:block and float:left. I do not have a set width or height on either of these and

Re: [css-d] IMG with inline PADDING not working in IE8

2010-01-13 Thread Jukka K. Korpela
Thierry Koblentz wrote: I think you'd have better result across browsers if you were using margin instead of padding. Yes, it's an old problem that browsers haven't implemented padding properly for img elements. However, IE 8 implements it, but only in standards mode. If your document is