|
| |||||||||
| Tags: css, display, image, random |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to display random image in CSS ?
I am trying to edit and change a theme applied to a coppermine gallery. I have some basic HTML knowledge, but that's all. So, I found the code of my image called as "headerbg.gif". HTML Code: .header{
background: url(images/headerbg.gif) no-repeat;
width: 760px;
height: 143px;
float: left;
} PHP Code: Someone have an idea to display a random image? Or even change the image every day? |
|
#2
| ||||
| ||||
| Re: How to display random image in CSS ?
We can't make dynamic CSS ... In your case, you can make CSS to set the format for this image which will appear against it from the PHP |
|
#3
| ||||
| ||||
| Re: How to display random image in CSS ?
overload the style of your header in your php page directly in the tag. So you will be benefited from the dynamic side of my php random play on your style PHP Code: |
|
#4
| |||
| |||
| Re: How to display random image in CSS ?
Well, I consider that, for all you said is to change the header of my coppermine gallery ... The image is placed by the CSS, hence my question. |
|
#5
| ||||
| ||||
| Re: How to display random image in CSS ?
In fact rather than placing the image via css, it must be placed directly in the php page via a style always (a local css) I have given the code above which you want to put in your .php page that contains the words "class = header" and put in this tag PHP Code: |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to display random image in CSS ?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting random white Pixel inside Black image on Mozilla Firefox 6.0 | gANdHAaIt | Technology & Internet | 6 | 25-08-2011 10:30 AM |
| Unable to Display an image in a <div> | Constantinee | Software Development | 5 | 06-03-2010 09:28 PM |
| Random Text Display Using JavaScript | Beter 2 Burn Out | Software Development | 4 | 03-02-2010 05:52 AM |
| PHP Random image 3 images in a row | fastrod | Software Development | 4 | 09-03-2009 01:40 PM |
| How to display image in PHP Page | Aaquib | Software Development | 2 | 21-01-2009 07:08 PM |