|
#1
|
||||
|
||||
|
*demo:
- Version 3.0.1ß http://focus.pixelxdesign.com/demo/ *Download: - download *Write a review: - http://www.pixelpost.org/extend/temp...reviews/#write *History changes: - 3.0.1ß cannot mention everything here.... but there's a lot... - 3.0.0ß the internal codage have been all re-written, this is a BETA version to get input form users. - 2.0.3 Fixe the Tips to showing on image template, updated the addons to work with the template... IMPORTANT UPDATE YOUR ADDON FILE WITH THE LATEST ONE. - 2.0.2 fixed lots of bugs, cannot explain all... now the version stable and working on many browser. tested on: FF, IE7 and Safari for windows. - 1.0.2 added mootools feature to the about page - 1.0.1 fixed the footer from position:absolute; to position: fixed; - 1.0.0 Initial release
__________________
My help is always free, but if you want to donate or to buy me a coffee cup, then click here Last edited by fredxeric; 10-02-2008 at 12:35 AM. Reason: version change |
|
#3
|
||||
|
||||
|
done
|
|
#4
|
||||
|
||||
|
I lreally like the template. There's one bug, though. If the image is taller than the initial screen size, the bottom bar gets positioned over the image.
I put a screen shot of the behavior here: http://www.dakwegmo.com/images/screenshot.jpg You should release the template name addon separate from the template. It's really useful, and I think people who aren't using this template would like to have access to it.
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#5
|
||||
|
||||
|
Quote:
What browser are you using? and also can you tell me the size of the picture.. good idea |
|
#6
|
||||
|
||||
|
The screenshot is what it looks like in FF2. In IE7, the page doesn't scroll, so that bottom bar is drawn over the image, and the bottom part of the photo is cutoff.
That photo is 800px tall. You can see it here: http://www.invisiblegreen.com/dev/in...?showimage=214
__________________
My Photoblog If you find my help useful please consider feeding the PixelPost Kitty If you're short on cash just feed my ego |
|
#7
|
||||
|
||||
|
go into design.css files at line 78 change position: absolute; to position: fixed;
|
|
#8
|
||||
|
||||
|
great template.
is it possible to have the copyright notice appear in the same position on the main page too? thanks |
|
#9
|
||||
|
||||
|
Quote:
Yes, simply add the fallowing: open file design.css add text-align: center; at line 83 Code:
/* .............................. */
/* navigation-footer */
/* .............................. */
#footer {
position:fixed;
bottom : 0;
width:100%;
height:20px; /* Height of the footer */
z-index:1000;
text-align: center;
}
Code:
.copyright {
position: fixed;
}
Code:
<span class="copyright">© Your name here</span> |
|
#10
|
||||
|
||||
|
New version 1.0.2
* New feature: - Mootools feature in the about page... - fixed the copyright showing on the images template page - footer set to position fixed instead of absolute. If you have any suggestion your the welcome... |
| Post Reply |
| Thread Tools | |
|
|