Welcome, Guest. Please login or register.
Did you miss your activation email?
February 13, 2012, 03:40:05 AM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149700 Posts in 21103 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: CSS help and query  (Read 1054 times)
applepie

Offline Offline

Posts: 324


« on: February 28, 2007, 09:24:34 AM »

Any CSS experts out there can help me with this query Smiley I would like an image to stay right at the bottom of my browser at a certain position. Does anyone know the CSS format for that? Thanks in advance.
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6823


WWW
« Reply #1 on: February 28, 2007, 10:01:44 AM »

do you mean like the euromap on this page: http://www.spedition-bruecker.de/

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

applepie

Offline Offline

Posts: 324


« Reply #2 on: February 28, 2007, 10:47:15 AM »

Hi Klaus, Yeah that kind of idea but not using frames.  smiley
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6823


WWW
« Reply #3 on: February 28, 2007, 10:59:01 AM »

That is the CSS used for that map-image. I used element direct formatting on that

CSS:
Code:
background: transparent url(includes/europa.gif) no-repeat fixed right bottom;

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

applepie

Offline Offline

Posts: 324


« Reply #4 on: February 28, 2007, 11:03:47 AM »

Thanks, Klaus  grin I will try that. Cheers wink
Logged
applepie

Offline Offline

Posts: 324


« Reply #5 on: February 28, 2007, 11:12:35 AM »

Code:
background: transparent url(includes/europa.gif) no-repeat fixed right bottom;


mmm...I've got a problem here. My template contains a header image with repeat-x;. So how do I get both images to show?  huh
Logged
kweitzel
Forum administrator
*****
Offline Offline

Posts: 6823


WWW
« Reply #6 on: February 28, 2007, 11:51:20 AM »

So you have already a background defined?

just give the values of "fixed right bottom" to the image itself then ...

cheers

Klaus
Logged

WebsiteBaker Org e.V. - for WebsiteBaker

Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!