![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What's the syntax to position an image to start tiling horizontally only, beginning left, but offset 500 pixels from the top of the screen -- without adding those 500 pixels to the background image itself?? |
#3
| |||
| |||
|
|
Can't do it that I know of. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Mike" <mike (AT) nospam (DOT) com> wrote in message news:gqbecq$6uv$1 (AT) forums (DOT) macromedia.com... What's the syntax to position an image to start tiling horizontally only, beginning left, but offset 500 pixels from the top of the screen -- without adding those 500 pixels to the background image itself? |
#4
| |||
| |||
|
|
Found a way..! On the body : background-image:url(/images/bg.jpg); background-repeat:repeat-x; background-position:0px 588px; ...where the top of the background image is aligned 588 pixels down from the top of the viewport. Is this valid code? |
#5
| |||
| |||
|
|
Found a way..! On the body : background-image:url(/images/bg.jpg); background-repeat:repeat-x; background-position:0px 588px; ...where the top of the background image is aligned 588 pixels down from the top of the viewport. Is this valid code? "Murray *ACE*" <forums (AT) HAHAgreat-web-sights (DOT) com> wrote in message news:gqbeld$75v$1 (AT) forums (DOT) macromedia.com... Can't do it that I know of. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Mike" <mike (AT) nospam (DOT) com> wrote in message news:gqbecq$6uv$1 (AT) forums (DOT) macromedia.com... What's the syntax to position an image to start tiling horizontally only, beginning left, but offset 500 pixels from the top of the screen -- without adding those 500 pixels to the background image itself? |
![]() |
| Thread Tools | |
| Display Modes | |
| |