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
Flash Media Player...
Re: Flash Media Player...
Hi, I don´t know your problem, at the first look it is very easy.
E.g.:
[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
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;
}
This place is an phpWcms forum. Please go into a flash forum.[/EDIT]
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: Flash Media Player...
I mean in the mediaplayer:

/Anders

/Anders
Re: Flash Media Player...
Yes - flash forum no phpWcms problem.
Knut

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