Jump to content

Help me please with template.


Recommended Posts

Hello,
I've always wanted to know how can I make background like this. http://www.digitalduric.com
I mean that the main page is moving, but the background is still on the same place.
And the second one is, that I want to know how can I make MENU bar in the top of the site with home, contact and many other buttons like here http://demoshop.ddlx.org/demo22/

Thanks a lot.

Link to comment
Share on other sites

hi
To fix your background edit your global.css, to body part. Add "fixed" to background

body {
background:#000000 url(../img/fond.jpg) no-repeat fixed center top;
color:#CCCCCC;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
text-align:center;
}



And for menu bar use modules, for example "blocktopmenu", "wiznav" module

Link to comment
Share on other sites

  • 5 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...