Hi - I'm wondering if anyone can help. I've been using nice menus, which look absolutely lovely and I'm really pleased with how they look - thanks to Jakeg :) However in IE6 and ONLY in IE6! there seems to be a clash between the menus and a ticker that I have. the ticker is as follows:-
//Configurable variables...
$nitems=10; //Max number of items to display
$width=140; //Width of marquee in pixels
$height=225; //Height of marquee in pixels
$speed=1; //scroll speed (higher-faster)
$pause=1; //should it stop on mouseover? 1=y, 0=n
//End of configurable vars.
//Specify the marquee's width (in pixels)
var marqueewidth="
echo $width;
px"
//Specify the marquee's height
var marqueeheight="
echo $height;
px"
//Specify the marquee's marquee speed (larger is faster 1-10)
var marqueespeed=
echo $speed;
//Pause marquee onMousever (0=no. 1=yes)?
var pauseit=
echo $pause;
//Specify the marquee's content
//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
<?php
//Get last set of records from drupal table if poss.
$un='npear2_apto';
$pw='apto';
$db='npear2_apto'; //dbase
$host='localhost';
$conn = mysql_pconnect($host, $un, $pw) or trigger_error(mysql_error(),E_USER_ERROR);
mysql_select_db($db) or die ("Could not select database");