Hello!
I am using Joomla as the CMS for my site, and I would like a badge with the price (a PNG image) to stay fixed to the article boundaries, half inside and half outside.
An example could be this site:
http://www.yootheme.co m/
I have tried to do absolute positioning of a module published on certain pages, but when I change the zoom level on the page, that badge flies away from it's location.
Then, I tried...
User Profile
Collapse
-
Can this type of badge be positioned with css?
-
Thank you for your reply! The pollPick is generated by a flash swf. I guess the problem is there, because the message i recieve after i input the code you gave me is "Fatal error! The 'pollPick' input value is missing". -
Undefined index Beginer here
my code is:
[code=php]
<?php
error_reporting (E_ALL);
ini_set('displa y_errors', True);
include("db.php ");
$table = 'sondaje';
$pollPick = $_POST['pollPick'];
mysql_pconnect( $host, $user, $pass);
mysql_select_db ($database);
if ($pollPick != NULL ) {
$query = "SELECT * FROM $table WHERE...
No activity results to display
Show More
Leave a comment: