|
#1
Aug 6, 2012, 07:45 AM
|
|
|
19 posts · Aug 2012
Netherlands
|
|
I have 3 images that I use as header images and they are positioned at top left.
I used the Overlay Header Image to put our logo over the header image and let it float:right.
Now, I would like to let the 3 images rotate and also let them use the fade in/out.
So, I put the rotate time to 5 seconds and the face in/out to 2 seconds.
Result: the logo is gone; the images do rotate, but the first image keeps kinda hovering in the background, meaning that while the second image is visible, you can still lightly see the first image behind it as if the second image is somehow a little transparent.
If I remove the fade in/out the logo returns, but in FF there is no rotating anymore (there is in IE).
I have just started using Atahualpa and I'm kinda at a loss now as to what to do.
Can someone please help me out?
If explained well, I can adjust php code if necessary, though I'm no expert at it.
|
#2
Aug 6, 2012, 09:05 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#3
Aug 7, 2012, 02:54 AM
|
|
|
19 posts · Aug 2012
Netherlands
|
|
Thank you Juggledad.
I have put in the code you explained, but it is not working.
The logo is still not visible and the header images keep appearing over each other.
This is my div:
<div class="my_codeoverlay"><img src="http://mydomain.com/wp-content/themes/atahualpa/images/logo.png" /></div>
in which I have changed "mydomain" into our domain.
The CSS insert I have inserted literally as you said in the other thread.
|
#4
Aug 7, 2012, 05:51 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what version of atahualpa and WP?
what is teh url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6
Aug 7, 2012, 07:11 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
go back and read and follow the instructions in the thread I pointed you to
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#7
Aug 7, 2012, 08:41 AM
|
|
|
19 posts · Aug 2012
Netherlands
|
|
I did follow the instructions, but I saw I missed a folder in the address of my logo, so the logo is showing now.
I also played with the values to get it in the right spot, but I run into a new problem here.
Our logo should be aligned on the right. I know I can play with the amount of pixels to shove it to the right, but when it shows correctly on my screen, doesn't mean it shows correctly on another screen.
So is there a way to make the logo align to the right side of the website?
I tried changing 'absolute' to 'right' and also tried to change 'left' into 'right', but you probably already know that that doesn't work.
I've now put in a percentage after 'left' instead of a fixed amount of pixels, but that also isn't the solution I'm looking for.
Is there a way to fix this?
Last edited by SiaRa; Aug 7, 2012 at 08:50 AM.
|
#8
Aug 7, 2012, 01:24 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
This is a prime example of why you should learn to use the FireBug extension in FireFox - so you can see teh CSS and change it and see the results on the fly. It should take you a very short time to figure out what CSS to use this way.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Aug 7, 2012, 01:29 PM
|
|
|
19 posts · Aug 2012
Netherlands
|
|
ok, I will look into it when I'm back at work again.
Meanwhile I still have the problem of the different images in the header that shine through each other.
I'm guessing that's not a CSS problem.
You can see that the trees on the right of the one image shine through on the next; or the puzzle pieces shine through on the other image.
How can I fix that problem?
|
#10
Aug 7, 2012, 01:37 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
make all your images at least as wide and high as you define yout page width and image height
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
|