Flash Media Player...
Posted: Sat 5. Jan 2008, 20:44
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
http://www.dinlokal-tv.se/index.php?id=19,19,0,0,1,0
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
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;
}