|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Copyright scrolls
Hi, i noticed that when i scroll up or down my thumbnail page in any gallery my copyright logo at the bottom scrolls into de rest of the footer, how can i stop this behavior ?
|
|
|
|
|
#2
|
|
|
Aussie Grinner
|
The people that can help you will want a link to your site and probably a link to a specific gallery where this is happening.
__________________
My opinion does not necessarily make it true. What you do with my opinion is entirely up to you. www.acecootephotography.com |
|
|
|
|
#3
|
|
|
Big grins
|
|
|
|
|
|
#4
|
||
|
Major grins
|
Quote:
Change this rule: Code:
/* EZ Customizer Footer. */
.notLoggedIn #customFooter {
position:fixed;
bottom:25px;
width:100%;
padding:0 !important;
}
to this: Code:
/* EZ Customizer Footer. */
.homepage #customFooter {
position:fixed;
bottom:25px;
width:100%;
padding:0 !important;
}
|
|
|
|
||
|
#5
|
||
|
"tweak 'til it squeaks"
|
Quote:
Code:
.notLoggedIn #customFooter {
position:fixed;
bottom:25px;
width:100%;
padding:0 !important;
}
Code:
.notLoggedIn #customFooter {
position:relative;
top: 10px;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#6
|
|
|
Big grins
|
thanx, it worked for the galleries but the homepage show the logo in top ?
|
|
|
|
|
#7
|
|
|
Big grins
|
anyone with some insight !
thanx |
|
|
|
|
#8
|
|
|
Smug Hero
|
add this to your CSS, see if that works for you:
.notLoggedIn.homepage #customFooter { bottom: 25px !important; position: fixed !important; top: auto !important; width: 100% !important; } |
|
|
|
|
#9
|
|
|
Big grins
|
That worked !! how can i have it displayed in the same footer line at the end
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Copyright infringment and "Fair use" of digital images... | Seymore | Mind Your Own Business | 86 | Jul-05-2007 11:26 PM | |
| Copyright with Film and Digital images | Frost | Mind Your Own Business | 13 | Jul-09-2006 03:34 PM | |
| Unclear copyright policy? | cedricd | SmugMug Support | 4 | Jun-20-2006 02:57 PM | |
| Thread Tools | |
| Display Modes | |
|
|