Shadow effect on phpwcms.de site...

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Shadow effect on phpwcms.de site...

Post 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?
Pappnase

Post by Pappnase »

hello


please search the forum there was a several threads about that!
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post by bob332 »

Pappnase wrote:hello


please search the forum there was a several threads about that!
will do, thanks
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
Last edited by 1996 328ti on Mon 28. Nov 2005, 13:52, edited 1 time in total.
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post 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
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

just look at the HTML-Code of the login-Page there you can see how it works ;)
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post by Kosse »

Hi all,

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

Cheers
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post 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
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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. :)
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post 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
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
1996 328ti
Posts: 317
Joined: Mon 19. Apr 2004, 06:10
Location: Greenville, SC USA
Contact:

Post 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.
bob332
Posts: 31
Joined: Wed 23. Nov 2005, 21:48
Location: Phoenix, AZ USA

Post 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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply