|
| Re: OT Snap Layers |
 |
Thu, 21 Dec 2006 17:07:23 -050 |
Brian Farrell wrote on 12/21/06 4:19 PM:
> I have page here where when the browser window is resized the little
'entry'
> image that appears after the main image loads stays put and doesn't snap
to
> the bottom right of the main image.
I can't remember the specifics, but try adding this to your <body> tag:
onResize="P7_ReDoIt()
And of course, look for the appropriate JS on the PVII site to handle the
resize.
Patrick
--
Patrick Hackshaw
RuneMedia Web Design Studio
http://runemedia.com
|
| Post Reply
|
| Re: OT Snap Layers |
 |
Thu, 21 Dec 2006 17:29:57 -050 |
See my answer on the PVII forum post.
--
Murray
<<(spam is no laughing matter! )>>
<<(to reply off-line, look at the email address - think about
it!)>>
"Patrick Hackshaw" <patrick@hackshaw.com> wrote in message
news:C1B06FCB.2D37D%patrick@hackshaw.com...
> Brian Farrell wrote on 12/21/06 4:19 PM:
>
>> I have page here where when the browser window is resized the little
>> 'entry'
>> image that appears after the main image loads stays put and doesn't
snap
>> to
>> the bottom right of the main image.
>
> I can't remember the specifics, but try adding this to your <body>
tag:
> onResize="P7_ReDoIt()
> And of course, look for the appropriate JS on the PVII site to handle the
> resize.
>
> Patrick
>
> --
> Patrick Hackshaw
> RuneMedia Web Design Studio
> http://runemedia.com
>
|
| Post Reply
|
| Re: OT Snap Layers |
 |
Thu, 21 Dec 2006 18:18:36 -050 |
But you posted there, too, with the same question, no? I was just saying -
why use Snap layers - lots-o-js - when you can accomplish this easily with
CSS?
--
Murray
<<(spam is no laughing matter! )>>
<<(to reply off-line, look at the email address - think about
it!)>>
"Brian Farrell" <info@tuttiwebsBOTTOM.ie> wrote in message
news:temYTUVJHHA.1160@ns1.xroubaix.com...
> See my answer on the PVII forum post.
>
> Hi Murray,
>
> I can't that's why I posted here :-)
> Ta
> Brian
>
>
> "Murray R. Summers" <murray@hahagreat-web-sights.com> wrote
in message
> news:J%23nw2%23UJHHA.1160@ns1.xroubaix.com...
>> See my answer on the PVII forum post.
>>
>> --
>> Murray
>> <<(spam is no laughing matter! )>>
>> <<(to reply off-line, look at the email address - think about
it!)>>
>>
>>
>>
>> "Patrick Hackshaw" <patrick@hackshaw.com> wrote in
message
>> news:C1B06FCB.2D37D%patrick@hackshaw.com...
>>> Brian Farrell wrote on 12/21/06 4:19 PM:
>>>
>>>> I have page here where when the browser window is resized the
little
>>>> 'entry'
>>>> image that appears after the main image loads stays put and
doesn't
>>>> snap to
>>>> the bottom right of the main image.
>>>
>>> I can't remember the specifics, but try adding this to your
<body> tag:
>>> onResize="P7_ReDoIt()
>>> And of course, look for the appropriate JS on the PVII site to
handle
>>> the
>>> resize.
>>>
>>> Patrick
>>>
>>> --
>>> Patrick Hackshaw
>>> RuneMedia Web Design Studio
>>> http://runemedia.com
>>>
>>
>>
>
>
|
| Post Reply
|
| Re: OT Snap Layers |
 |
Thu, 21 Dec 2006 19:01:49 -060 |
I didn't see it either, Brian. Taking a third look, I see your post
latched on to one from 9/14 of the same subject originally by _adrian.
See if you can sort by unread/not threaded for an instant. You'll then
see your (and Murray's) posts.
Brian Farrell wrote:
> Sorry for the cross post but I posted this to the PVII forum and cannot see
> it. So I know some hang out here and I thought I'd give it a try.
> Thanks
>
> http://www.ahamay.com/home2.php
>
> Hi ya,
>
> I have page here where when the browser window is resized the little
'entry'
> image that appears after the main image loads stays put and doesn't snap
to
> the bottom right of the main image. It's been a while since I use Snap
> Layers and can't remember what I need to do.
>
> Any ideas would be great.
>
> Thanks
> Brian
>
|
| Post Reply
|
| Re: OT Snap Layers |
 |
Thu, 21 Dec 2006 20:03:01 -050 |
Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 auto;position:relative; }
/* 760px will display on an 800px screen maximized browser window without */
/* horizontal scrollbars. */
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
<!-- /wrapper -->
</div>
</body>
and now all the layers on your page will move along with the outer wrapper
div.
--
Murray
<<(spam is no laughing matter! )>>
<<(to reply off-line, look at the email address - think about
it!)>>
"Brian Farrell" <info@tuttiwebsBOTTOM.ie> wrote in message
news:ZB%233a%23VJHHA.1336@ns1.xroubaix.com...
> But you posted there, too, with the same question, no?
>
> Yep but I can't see the post no matter what I try.
>
> I'm playing with CSS alright but I don't know how to get the image to move
> like when I use Layer AniMagic.
> thanks again
> Brian
>
>
> "Murray R. Summers" <murray@hahagreat-web-sights.com> wrote
in message
> news:Q%23CuCaVJHHA.744@ns1.xroubaix.com...
>> But you posted there, too, with the same question, no? I was just
>> saying - why use Snap layers - lots-o-js - when you can accomplish this
>> easily with CSS?
>>
>> --
>> Murray
>> <<(spam is no laughing matter! )>>
>> <<(to reply off-line, look at the email address - think about
it!)>>
>>
>>
>>
>> "Brian Farrell" <info@tuttiwebsBOTTOM.ie> wrote in
message
>> news:temYTUVJHHA.1160@ns1.xroubaix.com...
>>> See my answer on the PVII forum post.
>>>
>>> Hi Murray,
>>>
>>> I can't that's why I posted here :-)
>>> Ta
>>> Brian
>>>
>>>
>>> "Murray R. Summers"
<murray@hahagreat-web-sights.com> wrote in message
>>> news:J%23nw2%23UJHHA.1160@ns1.xroubaix.com...
>>>> See my answer on the PVII forum post.
>>>>
>>>> --
>>>> Murray
>>>> <<(spam is no laughing matter! )>>
>>>> <<(to reply off-line, look at the email address - think
about it!)>>
>>>>
>>>>
>>>>
>>>> "Patrick Hackshaw" <patrick@hackshaw.com> wrote
in message
>>>> news:C1B06FCB.2D37D%patrick@hackshaw.com...
>>>>> Brian Farrell wrote on 12/21/06 4:19 PM:
>>>>>
>>>>>> I have page here where when the browser window is
resized the little
>>>>>> 'entry'
>>>>>> image that appears after the main image loads stays put
and doesn't
>>>>>> snap to
>>>>>> the bottom right of the main image.
>>>>>
>>>>> I can't remember the specifics, but try adding this to your
<body>
>>>>> tag:
>>>>> onResize="P7_ReDoIt()
>>>>> And of course, look for the appropriate JS on the PVII site
to handle
>>>>> the
>>>>> resize.
>>>>>
>>>>> Patrick
>>>>>
>>>>> --
>>>>> Patrick Hackshaw
>>>>> RuneMedia Web Design Studio
>>>>> http://runemedia.com
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|