Re: [css-d] Background image not displaying in correct position

2012-03-02 Thread Erica Cavin
On Thu, 2012-03-01 at 20:56 -0800, David Hucklesby wrote: > On 3/1/12 11:36 AM, Erica Cavin wrote: > > On this page: http://www.risingstarquilters.org/join_update.html > > > > the small arrow that should appear next to "Back to questions" > > displays far to the left in Chrome and Safari. It disp

Re: [css-d] Background image not displaying in correct position

2012-03-01 Thread Ghodmode
This bug was reported in January 2000: https://bugzilla.mozilla.org/show_bug.cgi?id=25291 After twelve years and only 13 comments, I'd guess that no one cares enough to fix it :( -- Vince Aggrippino Ghodmode Development http://www.ghodmode.com On Fri, Mar 2, 2012 at 12:17 PM, Ghodmode wrote

Re: [css-d] Background image not displaying in correct position

2012-03-01 Thread David Hucklesby
On 3/1/12 11:36 AM, Erica Cavin wrote: On this page: http://www.risingstarquilters.org/join_update.html the small arrow that should appear next to "Back to questions" displays far to the left in Chrome and Safari. It displays properly in Firefox and IE. Any thoughts as to why? I think that

Re: [css-d] Background image not displaying in correct position

2012-03-01 Thread Ghodmode
On Fri, Mar 2, 2012 at 3:36 AM, Erica Cavin wrote: > On this page:  http://www.risingstarquilters.org/join_update.html > > the small arrow that should appear next to "Back to questions" displays > far to the left in Chrome and Safari.  It displays properly in Firefox > and IE.  Any thoughts as to

[css-d] Background image not displaying in correct position

2012-03-01 Thread Erica Cavin
On this page: http://www.risingstarquilters.org/join_update.html the small arrow that should appear next to "Back to questions" displays far to the left in Chrome and Safari. It displays properly in Firefox and IE. Any thoughts as to why? CSS here: http://www.risingstarquilters.org/styles2

Re: [css-d] Background image not displaying

2009-05-04 Thread Tim Snadden
On 5/05/2009, at 12:09 AM, Jo wrote: > I have a background image set for the #contentwrapper div on this > site, and > it's displaying fine in Firefox, Chrome and Safari, but not IE7 (of > course!). > > http://server.npserver1.com/~netper/mm/ > You need to give #contentwrapper 'layout' (Google

[css-d] Background image not displaying

2009-05-04 Thread Jo
I have a background image set for the #contentwrapper div on this site, and it's displaying fine in Firefox, Chrome and Safari, but not IE7 (of course!). http://server.npserver1.com/~netper/mm/ The css code for the #contentwrapper div is #contentwrapper { background-image: url(images/contentpap

Re: [css-d] background image not displaying

2008-04-26 Thread Nicholas Wilson
> I'm guessing you want grey "background: grey url(images/background.jpg) > repeat-y; border-right: 4px solid #C7B865" on the container and > > div#header { > background:black; > border-bottom:4px solid #C7B865; > border-left:4px solid #C7B865; > margin-left:1px; > float: left; > width: 951px; > }

Re: [css-d] background image not displaying

2008-04-26 Thread Nicholas Wilson
On Saturday 26 April 2008 4:02 pm Brett Fuhs wrote: > The site looks fine in IE7 but in Mozilla Firefox, if you right click > view background image, the image is there, but just doesn't show. My > body is set to gray and the entire site has a gray background and > doesn't repeat my background image

[css-d] background image not displaying

2008-04-26 Thread Brett Fuhs
The site looks fine in IE7 but in Mozilla Firefox, if you right click view background image, the image is there, but just doesn't show. My body is set to gray and the entire site has a gray background and doesn't repeat my background image in firefox like it does in IE7. Can anyone see what is goin

Re: [css-d] Background Image not Displaying in FF

2005-10-01 Thread Kelly Miller
Tim Zappe wrote: I have a background image that does not display in FF, and I think it is because my outer most div (#wrapper) is not getting any height. I looked at all of my floats, and I think everything should be clearing correctly, but apparently it isn't, because FF doesn't display it. Any

[css-d] Background Image not Displaying in FF

2005-10-01 Thread Tim Zappe
I have a background image that does not display in FF, and I think it is because my outer most div (#wrapper) is not getting any height. I looked at all of my floats, and I think everything should be clearing correctly, but apparently it isn't, because FF doesn't display it. Any ideas on what I hav