Re: [css-d] Issue with background images on small devices

2011-06-20 Thread Göldi
ok, that helps! rework with tiled image: i don't like the background image too much, but it's part of the clients art... thanks a lot! -Peter 2011/6/20 Tim Climis : >> I reangearred my site http://www.goeldi.eu/abusart without absolute >> positioning, and I have the same problem with my backgrou

Re: [css-d] Issue with background images on small devices

2011-06-20 Thread Tim Climis
> I reangearred my site http://www.goeldi.eu/abusart without absolute > positioning, and I have the same problem with my background-image: > it's cut off on the right side when the browser window is too small > and I scroll to the right. I do not understand why this happens. > > So still something

Re: [css-d] Issue with background images on small devices

2011-06-20 Thread Göldi
thanks for your answer, George! I know absolute positioning is maybe not best practise but often i'm also running into problems when using floating for doing several-columns layouts. And so i do now as well: I reangearred my site http://www.goeldi.eu/abusart without absolute positioning, and I ha

Re: [css-d] Issue with background images on small devices

2011-06-20 Thread G.Sørtun
On 20.06.2011 11:00, Göldi wrote: Heres the site: http://www.goeldi.eu/abusart/ Can anybody tell me the reason and how to avoid this behaviour? Reason: the various, stacked, elements don't relate to each other, and therefore don't adjust dimensions to each other. Natural fallback is body-wid

[css-d] Issue with background images on small devices

2011-06-20 Thread Göldi
Hi all, I have a question regarding background images. My background image on a wrapper div is shown perfectly behind some absolute-positioned divs (text) as I expect, normally. Problem is when I zoom out the window of the browser to a size smaller than the background image and then scroll down:

[css-d] Issue with background images on small devices

2011-06-20 Thread Göldi
Hi all, I have a question regarding background images. My background image on a wrapper div is shown perfectly behind some absolute-positioned divs (text) as I expect, normally. Problem is when I zoom out the window of the browser to a size smaller than the background image and then scroll down:

Re: [css-d] issue with background images

2008-09-26 Thread Gunlaug Sørtun
Chris Kavinsky wrote: > [...] I added overflow:hidden to the ul, and that got the background > image displaying, but then hid the container background in Firefox > (v. 2 and 3 on both Mac and Windows). IE 7, however, still displays > the background for the container, but not the list. > http://

[css-d] issue with background images

2008-09-26 Thread Chris Kavinsky
I'm trying to build a horizontal nav bar that contains a rounded-corner background on both left and right on the top. I'm using two background images, one for each side. The container div has the right side for a backgorund, and the floated unordered list has the left for a background image. Initia