Sliding Billboard Support Product Page
This topic was archived
CSS - Help, Tutorial
Asked 05 Nov 2009 15:51:58
1
has this question
05 Nov 2009 15:51:58 Denis Hoffmann posted:
Hi there,is there a list which CSS is NEEDED and and what exactly they do?
Like, this is the whole background, this is the container, these are the buttons, the headline.
Cheers
Denis[
Replies
Replied 05 Nov 2009 16:26:10
05 Nov 2009 16:26:10 Patrick Julicher replied:
Hi Denis,
I'm working on that right now, but it might take some more time. If you have any questions about this just me me know.
Kind regards, Patrick
I'm working on that right now, but it might take some more time. If you have any questions about this just me me know.
Kind regards, Patrick
Replied 05 Nov 2009 17:15:40
05 Nov 2009 17:15:40 Denis Hoffmann replied:
I can wait :-)
thanks so far,
denis
thanks so far,
denis
Replied 05 Nov 2009 17:41:23
05 Nov 2009 17:41:23 Patrick Julicher replied:
Hi Denis,
The information will either be published as Premium Content or a Tutorial. I will let you know when it is placed.
Kind regards, Patrick
The information will either be published as Premium Content or a Tutorial. I will let you know when it is placed.
Kind regards, Patrick
Replied 06 Nov 2009 00:08:56
06 Nov 2009 00:08:56 Denis Hoffmann replied:
Hi Patrick,
thanks! I found out that always 2 css files are created, is that right? do I need both?
I got:
dmxSlidingBillboard.css
and
dark_black.css
Thanks
Denis
thanks! I found out that always 2 css files are created, is that right? do I need both?
I got:
dmxSlidingBillboard.css
and
dark_black.css
Thanks
Denis
Replied 06 Nov 2009 08:06:31
06 Nov 2009 08:06:31 Patrick Julicher replied:
Hi Denis,
Yes, you need both. The dmxSlidingBillboard.css is the general file and is used for setting general settings to the Billboard. This is also used when no style is selected (the default).
The other one is the style you chose. This hasspecific settings for that style. Any settings in the general file can be overwritten by specifying the CSS again in this file, only now with another value.
Kind regards, Patrick
Yes, you need both. The dmxSlidingBillboard.css is the general file and is used for setting general settings to the Billboard. This is also used when no style is selected (the default).
The other one is the style you chose. This hasspecific settings for that style. Any settings in the general file can be overwritten by specifying the CSS again in this file, only now with another value.
Kind regards, Patrick
Replied 06 Nov 2009 08:38:00
06 Nov 2009 08:38:00 Denis Hoffmann replied:
Thanks Patrick,
so finally I only need "dmxSlidingBillboard.css" to try changing the look. cause both got the same, CSS inside?
I just want to try a little bit, to understand what style is what for. I will make a backup before :-)
Denis
so finally I only need "dmxSlidingBillboard.css" to try changing the look. cause both got the same, CSS inside?
I just want to try a little bit, to understand what style is what for. I will make a backup before :-)
Denis
Replied 06 Nov 2009 10:18:17
06 Nov 2009 10:18:17 Patrick Julicher replied:
Hi Denis,
In theory you are correct, you could do with only one CSS file, but............
Both files hold other styles! There are styles in the general file which are not in the specific file and vice versa.
I'd suggest you play around with it, but a backup like you said, would be very wise!
Kind regards, Patrick
In theory you are correct, you could do with only one CSS file, but............
Both files hold other styles! There are styles in the general file which are not in the specific file and vice versa.
I'd suggest you play around with it, but a backup like you said, would be very wise!
Kind regards, Patrick
Replied 06 Nov 2009 10:54:23
06 Nov 2009 10:54:23 Denis Hoffmann replied:
Patrick,
www.localhero.de/bill.php
question :-) how do I get the IMAGE RIGHT/TOP not RIGHT/MIDDLE.
And where do I put a background-image for the whole billboard. is it that STYLE?
.dmxBillboard
I use the default CSS.
As I can see its not that hard :-)
Denis
www.localhero.de/bill.php
question :-) how do I get the IMAGE RIGHT/TOP not RIGHT/MIDDLE.
And where do I put a background-image for the whole billboard. is it that STYLE?
.dmxBillboard
I use the default CSS.
As I can see its not that hard :-)
Denis
Replied 06 Nov 2009 11:17:38
06 Nov 2009 11:17:38 Patrick Julicher replied:
He Denis,
Since you choose to work in the general styles file, I'm not quit sure, but using a code in the following example should do the trick on the alignment.
About the background. If you want to use a background for the Content (the grey area in your example) use this:
If you want a background for the entire Billboard (including Header and Footer), remove all background styles and set a background to the div container:
Good luck with this.
Kind regards, Patrick
Since you choose to work in the general styles file, I'm not quit sure, but using a code in the following example should do the trick on the alignment.
.yourchosenstyle .dmxBillboardView li img {
top:auto !important;
}About the background. If you want to use a background for the Content (the grey area in your example) use this:
.yourchosenstyle .dmxBillboardView {
background-image: url('yourbackgroundimage.jpg');
}If you want a background for the entire Billboard (including Header and Footer), remove all background styles and set a background to the div container:
<div class="dmxBillboard yourchosenstyle" id="billboard1">
Good luck with this.
Kind regards, Patrick
Replied 07 Nov 2009 19:17:09
07 Nov 2009 19:17:09 Denis Hoffmann replied:
great the image is at the TOP now. but it would be even cooler if it is under the HEADLINE :-)))
does that work, too.
and please take a look, www.localhero.de/bill.php
I set the .dmxBillboard padding 20px
that works but not with the FOOTER :-(
does that work, too.
and please take a look, www.localhero.de/bill.php
I set the .dmxBillboard padding 20px
that works but not with the FOOTER :-(
Edited by - Denis Hoffmann on 07 Nov 2009 19:19:33
Replied 08 Nov 2009 12:54:13
08 Nov 2009 12:54:13 Patrick Julicher replied:
Hi Denis,
For the alignment, try and add a top-padding to the image, at the same place where you set the top-alignment for the image. I'm not sure what you mean by the padding in the footer. Could you explain that some more?
Kind regards, Patrick
For the alignment, try and add a top-padding to the image, at the same place where you set the top-alignment for the image. I'm not sure what you mean by the padding in the footer. Could you explain that some more?
Kind regards, Patrick
Replied 08 Nov 2009 13:09:15
08 Nov 2009 13:09:15 Denis Hoffmann replied:
:-)
I see, it seems only to be in the iE. in the iE the green footer does not pad on the left side :-(((
the margin is a not so good solution, cause i sometimes got names that are longer and go over 2 lines.
so better, it is placed after the title.
denis
I see, it seems only to be in the iE. in the iE the green footer does not pad on the left side :-(((
the margin is a not so good solution, cause i sometimes got names that are longer and go over 2 lines.
so better, it is placed after the title.
denis
Replied 13 Nov 2009 11:27:40
13 Nov 2009 11:27:40 Patrick Julicher replied:
Hi Denis,
I'm not quit sure if you are still waiting for a response from our side. At the moment I don't have a ready made solution for you, because this was not the way the Billboard was designed. You might want to play around with the CSS.
If you happen to have found a way to do it, I'm curious how....
Kind regards, Patrick
I'm not quit sure if you are still waiting for a response from our side. At the moment I don't have a ready made solution for you, because this was not the way the Billboard was designed. You might want to play around with the CSS.
If you happen to have found a way to do it, I'm curious how....
Kind regards, Patrick

