User Profile

Collapse

Profile Sidebar

Collapse
hypnotic11us
hypnotic11us
Last Activity: Mar 6 '11, 08:43 PM
Joined: Oct 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can this type of badge be positioned with css?

    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...
    See more | Go to post

  • hypnotic11us
    replied to Undefined index Beginer here
    in PHP
    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".
    See more | Go to post

    Leave a comment:


  • hypnotic11us
    started a topic Undefined index Beginer here
    in PHP

    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...
    See more | Go to post
    Last edited by Atli; Oct 3 '07, 01:46 AM. Reason: Added [code] tags.
No activity results to display
Show More
Working...