Flash Media Player...

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

Flash Media Player...

Post by tellus »

How can I move the logo from right to left side?

http://www.dinlokal-tv.se/index.php?id=19,19,0,0,1,0
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Flash Media Player...

Post by flip-flop »

Hi, I don´t know your problem, at the first look it is very easy.

E.g.:

Code: Select all

#logo  {
        position: absolute;
        z-index: 200;
        top: 10px;
        width: 960px;
        height: 198px;
        background: url(../../picture/sidelement/logo.png) right top no-repeat;
}

#wrapp_meny  {
        position: absolute;
        width: 225px;
        top: 250px;
        left: 745px;
        z-index: 150;
}

#innehall  {
        position: absolute;
        z-index: 110;
        top: 70px;
        left: 80px;
        width: 630px;
        height: 480px;
        padding: 10px;
        border: 1px dotted #993366;
        overflow: auto;
}
[EDIT]: Oh sorry, have misunderstood your question. I don´t know a answer.
This place is an phpWcms forum. Please go into a flash forum.[/EDIT]

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
tellus
Posts: 94
Joined: Tue 17. Feb 2004, 18:53
Location: Sweden
Contact:

Re: Flash Media Player...

Post by tellus »

I mean in the mediaplayer:

Image

/Anders
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: Flash Media Player...

Post by flip-flop »

Yes - flash forum no phpWcms problem. :roll:

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply