Any suggestions ?
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" style="width: 780px; height: 203px"> <param name="movie" value="<?php echo $mosConfig_live_site; ?>/templates/tpl_rubric_frontend_1.0/images/flash.swf"/> <param name="quality" value="Best"/> <param name="menu" value="false"/> <embed src="<?php echo $mosConfig_live_site; ?>/templates/tpl_rubric_frontend_1.0/images/flash.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" quality="Best" menu="false" style="width: 780px; height: 203px"/></object>
In file layout.css and in line 39 i am adding But without any luck...........Just messing up the header........
Of course... because you shouldn't add this code into .css!!!
Sorry for my stupid questions but i am not familiar to any of this.....
I have manage to add the .swf file in header and i think it's ok,but now the language icons where moved down.From where can i set the position of them ?
Give me the link, or screenshot.
/* language module */.moduletable-lang { text-align: center; color: #ffffff; font-weight: bold; }.moduletable-lang a { color: #EEE; }.selectbox-lang { background-color: #5584A2; color: #fff; border: 5px solid #295673; }
/* div for language module positioned top right */#headright { float: right; margin-right: 30px; width: 100px; }
/* search module */.search { background: url(../images/searchbox.jpg) no-repeat top left; padding: 2 5px 2 5px; width: 110px; height: 25px; margin: -80px 0 2px 0;}.search input, .search input.inputbox { border: 0; background-color: #FFFFFF; color: #660606; padding: 2x; width: 100px; margin: 0px 0 2px 0;}