1 to 3 of 3
where is the code/file that is making my banners absolute position
i did not see it in the css, i think it is being called elsewhere
<div class="oio-img-border" style="width:125px; height:125px; position:absolute; top:0px; left:0px;">
The relevant lines in output.php are:
$position = "position:absolute; top:".$top."px; left:".$left."px;";
$output .= "<div class=\"oio-img-border\" style=\"width:".$oiopub_set->$bz->width."px; height:".$oiopub_set->$bz->height."px; $position\">\n";
Just as a quick side note, v2.0 has been designed to work with float:left positioning, so the relative / absolute positioning will be dropped when it is released.
cool, i found the code but still can't get my adverts centered correctly with my sidebar... frustrating minor problem i guess
1 to 3 of 3