Page 1 of 2

Shadow effect on phpwcms.de site...

Posted: Mon 28. Nov 2005, 05:39
by bob332
i really like the way the phpcms site has the shadow effect as the border. what would be the best way to do this?

Posted: Mon 28. Nov 2005, 07:38
by Pappnase
hello


please search the forum there was a several threads about that!

Posted: Mon 28. Nov 2005, 08:01
by bob332
Pappnase wrote:hello


please search the forum there was a several threads about that!
will do, thanks

Posted: Mon 28. Nov 2005, 13:51
by 1996 328ti
I remember seeing a tutorial but could not find it. Sorry.
I searched borders and found many hits but not sure which one will help. I recall giving up on it when I tried it but am helping someone with a new wcms site and would like to implement it too. If you have any luck finding it, please post the link.

Posted: Mon 28. Nov 2005, 18:10
by bob332
1996 328ti wrote:I remember seeing a tutorial but could not find it. Sorry.
I searched borders and found many hits but not sure which one will help. I recall giving up on it when I tried it but am helping someone with a new wcms site and would like to implement it too. If you have any luck finding it, please post the link.
will do, thanks

Posted: Mon 28. Nov 2005, 18:23
by pico
Hi

just look at the HTML-Code of the login-Page there you can see how it works ;)

Posted: Mon 28. Nov 2005, 18:26
by Kosse
Hi all,

if ur css/js freaks, check this: http://www.456bereastreet.com/archive/2 ... d_borders/

Cheers

Posted: Mon 28. Nov 2005, 18:33
by DeXXus
1996 328ti wrote:I remember seeing a tutorial but could not find it. Sorry.
I searched borders and found many hits but not sure which one will help. I recall giving up on it when I tried it but am helping someone with a new wcms site and would like to implement it too. If you have any luck finding it, please post the link.
You mean this old thing ??
http://www.phpwcms.de/forum/viewtopic.php?t=185

Posted: Mon 28. Nov 2005, 19:38
by 1996 328ti
DeXXus wrote: You mean this old thing ??
http://www.phpwcms.de/forum/viewtopic.php?t=185
Yep. Thanks. I knew I posted something in that thread and even searched but still couldn't find it. I guess I know what I'll be doing 2 in the morning. :)

Posted: Mon 28. Nov 2005, 19:58
by bob332
1996 328ti wrote:
DeXXus wrote: You mean this old thing ??
http://www.phpwcms.de/forum/viewtopic.php?t=185
Yep. Thanks. I knew I posted something in that thread and even searched but still couldn't find it. I guess I know what I'll be doing 2 in the morning. :)
me too...thanks again

Posted: Tue 29. Nov 2005, 03:37
by 1996 328ti
When I first tried to do this I had all kinds of problems.
I guess I'm getting better.

I am stumped on one thing.
http://pinetree.nccbmwcca.org/
Why am I missing the black line on the left side of the main content section?
Should that be a graphic of some sort?

And Bob, not all the graphics are in the download.
Once I get it all figured out I'll upload them to the original post.

Posted: Tue 29. Nov 2005, 08:34
by flip-flop
Hi 1996 328ti,

thats very simple.
Here is my solution: Have a look at http://www.sedes-bau.de

In page layout:
left space: width: 16 color: ___ image: ___ class: left_space

frontend.css:

Code: Select all

/* left space column - Content */
.left_space {background-image: url(/picture/linie-rechts-25x25.gif);
             background-color: #FFFFFF;
           }
You can download it at: http://www.sedes-bau.de/picture/linie-rechts-25x25.gif

Gruß Knut

Posted: Tue 29. Nov 2005, 14:15
by 1996 328ti
Thank you but that through my site off.
But it made me look closer to what I have done wrong.
I did not have img/article/elements/bg_left.gif.

Posted: Tue 29. Nov 2005, 16:41
by bob332
fli-flop wrote:Hi 1996 328ti,
thats very simple.
Here is my solution: Have a look at http://www.sedes-bau.de
Gruß Knut
nice site ;)

i must say this is one of the friendliest boards i have ever been on in the last 10yrs.. ;D

Posted: Tue 29. Nov 2005, 18:56
by flip-flop
Hi bob332,
nice site
thank you.
i must say this is one of the friendliest boards i have ever been on in the last 10yrs.. ;D
Yes, here we have a good spirit.

Gruß Knut