Page 1 of 1

Flash Media Player...

Posted: Sat 5. Jan 2008, 20:44
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

Re: Flash Media Player...

Posted: Sat 5. Jan 2008, 22:29
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

Re: Flash Media Player...

Posted: Sat 5. Jan 2008, 22:38
by tellus
I mean in the mediaplayer:

Image

/Anders

Re: Flash Media Player...

Posted: Sat 5. Jan 2008, 22:40
by flip-flop
Yes - flash forum no phpWcms problem. :roll:

Knut