am urmatoarea bara
Cod: Selectaţi tot
<style type="text/css">
#bottom {
width: 98.5%;
position: fixed;
bottom: 0px;
background: #18f8f8;
text-align: center;
}
</style>
<div id="bottom">Textul Dumneavostra</div>
Cod: Selectaţi tot
<style type="text/css">
#bottom {
width: 98.5%;
position: fixed;
bottom: 0px;
background: #18f8f8;
text-align: center;
}
</style>
<div id="bottom">Textul Dumneavostra</div>
Cod: Selectaţi tot
<style type="text/css">
#bottom {
width: 98.5%;
position: fixed;
bottom: 0px;
background: #18f8f8;
text-align: center;
}
</style>
<?php
$format = $_GET['format'];
if ($format == "bb"){
echo '<div id="bottom">Textul Dumneavostra</div>';
}else{
echo "Scuze, dar formatul url nu contine BB";
}
?>