Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-13-2008, 08:21 PM
INVT
 
Posts: n/a
Static (png) with alpha with scrolling content

Hello,

I am not sure how to even do this but I want to scroll the content of this
page but keep the leaves at the top static or stationary. Can anyone direct me
to a tutorial or a website that does this. I was thinking that I could use an
inline frame but I need to promote this site and inline frames aren't good for
this and aren't really used.

I need constructive suggestions and links to tutorials or if someone already
knows how to do this I can pay for the code so I can add it.

Thanks for your time,

Hugo

Reply With Quote
  #2 (permalink)  
Old 03-13-2008, 11:31 PM
Nancy O
 
Posts: n/a
Re: Static (png) with alpha with scrolling content

Put this into your external CSS

body {
background:url(leaves.png) no-repeat fixed}

Or if you don't have an external CSS, place this code between your <head>
</head> tags in your html page like so:

<style>
body { background:url(leaves.png) no-repeat fixed}
</style>


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"INVT" <webforumsuser@macromedia.com> wrote in message
news:frbur9$kio$1@forums.macromedia.com...
> Hello,
>
> I am not sure how to even do this but I want to scroll the content of

this
> page but keep the leaves at the top static or stationary. Can anyone

direct me
> to a tutorial or a website that does this. I was thinking that I could use

an
> inline frame but I need to promote this site and inline frames aren't good

for
> this and aren't really used.
>
> I need constructive suggestions and links to tutorials or if someone

already
> knows how to do this I can pay for the code so I can add it.
>
> Thanks for your time,
>
> Hugo
>



Reply With Quote
  #3 (permalink)  
Old 03-19-2008, 05:19 AM
INVT
 
Posts: n/a
Re: Static (png) with alpha with scrolling content

Thanks Nancy O. With a little smackin' around I got it to work perfectly.

I appreciate the help check it out http://lasalleboat.org/

INVT (Hugo)

Reply With Quote
  #4 (permalink)  
Old 03-19-2008, 09:29 PM
INVT
 
Posts: n/a
Re: Static (png) with alpha with scrolling content

I did find an issue with this. The links on the left are not active or
clickable unless I move that layer or div tag above or on top of the
leave_boarder_long.png as you can see the links are not underneath the image.

Any ideas are welcome...

Reply With Quote
  #5 (permalink)  
Old 03-20-2008, 05:55 AM
MikeL7
 
Posts: n/a
Re: Static (png) with alpha with scrolling content

Your menu not working might have to do with this line in the head of your page

<script type="text/javascript" src="file:///C|/Documents and Settings/Hugo/My
Documents/My Web Sites/StBedeAbbeyPress2/insidemenu1.js" charset="UTF-8">

It pointing to a file on your local computer, change that and see if it helps,
get Firebug addon for Firefox and it makes it easy to see any errors and view
the structure of you page
Nice images...

Reply With Quote
  #6 (permalink)  
Old 03-20-2008, 07:28 PM
INVT
 
Posts: n/a
Re: Static (png) with alpha with scrolling content

I removed the lines but I still could not get it to work unless the div layer
(AP element) was on top of the leaves AP element. The fact of the matter is I
believe it's because the leaf graphic is transparent .png and all of the other
elements are underneath so I suppose that is why the links have to be on top
because they cannot be clicked on through another graphic. Does this sound
right?

INVT

Reply With Quote
  #7 (permalink)  
Old 03-20-2008, 09:09 PM
INVT
 
Posts: n/a
Re: Static (png) with alpha with scrolling content

I sized the layer up to clear the links and I added two more layers with the
CSS rules below one for the left and one for the right and neither works just
the first one. I am trying to put to graphics on either side so the don't have
to lay over the links but it will not work here is my CSS:



#body {

background:url(../leave_boarder_long.png) no-repeat fixed center top


}
#bodylft {
background:url(../lft_boarder.png) no-repeat fixed left top;

}
#bodyrgt {

background:url(../rgt_boarder.png) no-repeat fixed right top


}

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:47 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Refinance | Cheat Codes | Current Accounts | Web Advertising | Remortgages



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114