something like http://mediabeez.ws?
On Wed, Aug 20, 2008 at 11:56 AM, dinadult <[EMAIL PROTECTED]> wrote:
>
> Gud day to all of you..im doing this site since last wk..im already
> finished except for this one,i want my content over the background
> images..i try to play this around and surf the net to see if there are
> designers doing these one..
>
> hope someone can help me..sorry for my english grammar..
>
> or do you know any ideas or codes that i can do background image
> gallery (fade in and fade out transition)
>
> <html>
> <head>
> <script type="text/javascript" src="js/jquery.js"></script>
> <script type="text/javascript"
> src="js/jquery.innerfade.js"></
> script>
> <script type="text/javascript">
> $(document).ready(
> function(){
>
> $('#container').innerfade({
> speed: 1000,
> timeout: 1000,
> type: 'sequence',
>
> });
>
> });
> </script>
> <style type="text/css">
> body { width:100%; max-width:1600px; margin-left:auto; margin-
> right:auto; max-height:1000px;font-family: Tahoma, Arial, Helvetica,
> sans-serif; font-size:12px; color:#000000; text-align:justify;
> overflow:hidden;}
> .one { background:#FFFFFF url(1.jpg) no-repeat; width:100%; max-
> width:1600px; height:1000px; }
> .two { background:#FFFFFF url(2.jpg) no-repeat; width:100%; max-
> width:1600px; height:1000px;}
> .three { background:#FFFFFF url(3.jpg) no-repeat; width:100%; max-
> width:1600px; height:1000px; }
>
> </style>
> </head>
>
> <body>
>
> <div id="container">
>
> <div class="one"></div>
> <div class="two"></div>
> <div class="three"></div>
>
> </div>
>
> <div id="asd">asdasdadas</div>
>
> </body>
> </html>
>