DotDragnet
May 24, 2012, 02:12:02 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: follow us on twitter @dotdragnet
 
   Home   Help Search Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: CSS Repeated Background positioning  (Read 1690 times)
Jeep Stone
Hero Member
*****
Posts: 908



View Profile WWW Awards
« on: June 08, 2007, 12:15:25 PM »

I have a repeated background with the
following CSS:

Code:
#outercontainer {
width: 100%;
min-height: 968px;
background: url(../images/bkg_innerlawn.jpg) repeat-x 0
217px;
}

The idea is that this repeats the image across the screen, from 217px down the container. This works fine in FF and IE but in Safari, the
background repeats in both the x and y directions. Is this a known bug?

http://dev1.room58.net/safari.jpg

http://dev1.room58.net/firefox.jpg
Logged

Mr Anderson
DDN Contribs
Hero Member
*****
Posts: 2267



ap4a.uk ap4a
View Profile WWW Awards
« Reply #1 on: June 10, 2007, 02:25:42 PM »

Quote from: Jeep Stone
link=topic=86.msg646#msg646 date=1181304925
Is this a known bug?


Variations on a theme:
/>http://creativebits.org/webdev/safari_background_repeat_bug_fix
http://archivist.incutio.com/viewlist/css-discuss/52424
Logged

Jeep Stone
Hero Member
*****
Posts: 908



View Profile WWW Awards
« Reply #2 on: June 11, 2007, 08:59:29 AM »

I'd seen those and thought
it might be something like that. I've managed to make my background tile with some transparency and it looks OK. Lucky really.
Logged

Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2006-2008, Simple Machines Valid XHTML 1.0! Valid CSS!