Jump to content

[gelöst] Fest stehender Footer ?


Recommended Posts

Hallo erst mal ! ! !

Ich möchte einen feststehenden Footer einbinden.

Es soll quasi ein PNG Bild am unteren Rand des Screens Grashalme darstellen. Ansich ja auch kein Problem, nur in welche Datei muss ich dies einbinden. Hab es schon in der index.tpl, global.tpl eingefügt aber ohne Erfolg ;)

Lieben Dank schonmal für eure Hilfe und allen einen schönen Tag

Malcom

Link to comment
Share on other sites

Erst mal lieben Dank für deine Antwort ;)
 

Dies hab ich vor Schließen des </body> Tags eingefügt in der footer.tpl
 
<div class="gras_footer"></div>

Dies in der global.css

 

.gras_footer{
	bottom:100px;
	position:fixed;
	background-image:url("../img/gras_footer.png");
}

Aber irgendwie will dat nich so recht :D

Malcom

Link to comment
Share on other sites

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...