Re: [css-d] Safari on Windows has a nifty CSS debugger

2008-09-25 Thread Charles Roper
Hedley Finger wrote: > I have used the DOM inspector but Firebug will not (yet) install in > Firefox 3.x, although oddly enough, some of its plug-ins will! Firebug does work in Firefox 3.x: http://getfirebug.com/releases/index.html > I can't get Chrome to install properly and *function* on Wind

[css-d] Italicized text increasing width of parent element

2008-09-25 Thread HARDIE.CA
> Hi, > > I have noticed that in my layout, which is a modded version of ALA's Holy > Grail, that sometimes when I have text in a list item that butts up to the > outer edge of its containing div, and that text is italicized, I believe it > increases the width of that containing div in IE6: >

Re: [css-d] Italicized text increasing width of parent element

2008-09-25 Thread David Laakso
On Thu, Sep 25, 2008 at 9:26 AM, <[EMAIL PROTECTED]> wrote: > > I have noticed that in my layout, which is a modded version of ALA's Holy > Grail, that sometimes when I have text in a list item that butts up to the > outer edge of its containing div, and that text is italicized, I believe it > i

[css-d] Italicized text increasing width of parent element

2008-09-25 Thread HARDIE.CA
Hi, I have noticed that in my layout, which is a modded version of ALA's Holy Grail, that sometimes when I have text in a list item that butts up to the outer edge of its containing div, and that text is italicized, it increases the width of that containing div in IE6: http://208.103.247.141/t

Re: [css-d] Italicized text increasing width of parent element

2008-09-25 Thread Gunlaug Sørtun
[EMAIL PROTECTED] wrote: >> I have noticed that in my layout, which is a modded version of >> ALA's Holy Grail, that sometimes when I have text in a list item >> that butts up to the outer edge of its containing div, and that >> text is italicized, I believe it increases the width of that >> c

[css-d] CSS and Yahoo Maps

2008-09-25 Thread Scott Povlot
I am having some problems trying to position Yahoo Maps with CSS. I have embedded an AJAX Yahoo Map (http://developer.yahoo.com/maps/ajax/) in a webpage. The maps are generated dynamically with Javscript so I am not exactly sure what is going on. The map is within a container div that is fl

Re: [css-d] CSS and Yahoo Maps

2008-09-25 Thread Gunlaug Sørtun
Scott Povlot wrote: > http://www.piedmont-div.org/pilgrimage/tour_date20081101.html > > The page looks good in Firefox. In IE7, the mapcontainer shifts > around when you resize the browser. On IE6, the map moves out of the > containing box and almost off the page. IE needs a 'hasLayout' trigg

[css-d] Firefox 3.0.2 vs IE/7 image based navigation bar "sprite technique"

2008-09-25 Thread Keith LaFrenier
Hello, i created an image based navigation bar using CSS and "sprite techniqe". The nav bar is fine in IE/7, but shifted to the right in firefox 3.0.2 Any help with this is greatly appreciated. www.pavetosuccess.org/pave/index2.html www.pavetosuccess.org/pave/pave.css __

Re: [css-d] Firefox 3.0.2 vs IE/7 image based navigation bar "sprite technique"

2008-09-25 Thread Philippe Wittenbergh
On Sep 26, 2008, at 11:27 AM, Keith LaFrenier wrote: > i created an image based navigation bar using CSS and "sprite > techniqe". The nav bar is fine in IE/7, but shifted to the right in > firefox 3.0.2 > > Any help with this is greatly appreciated. > > www.pavetosuccess.org/pave/index2.html

Re: [css-d] Firefox 3.0.2 vs IE/7 image based navigation bar "sprite technique"

2008-09-25 Thread Blake
On Fri, Sep 26, 2008 at 12:27 PM, Keith LaFrenier <[EMAIL PROTECTED]> wrote: > i created an image based navigation bar using CSS and "sprite techniqe". The > nav bar is fine in IE/7, but shifted to the right in firefox 3.0.2 ul#topnav { padding: 0; } ...will fix it. :) _

[css-d] Horizontal Nav at bottom of page in IE

2008-09-25 Thread Carol Huddleston
I have a horizontal nav bar at the bottom of this page that I'm trying to get below the white area in the background image. I've got it to look okay on browsers on the Mac, but all of the Windows browsers show the bar either too high or too low: http://www.prairiedreamstudio.com/testindex.ht