Hi
Me again.
I am still having a problem in IE with the image in lightbox display. It sill displays at top of page, not at top of screen. (FF works fine)
Top of my CSS:
Quote:
/**
* template_name zonecopper
* copyright (C)2006 by Martin Rafferty
* This template is inspired by and based on the phpBB & phpNuke theme zoneCopper
* zoneCopper phpbb2 style by yassineb PHP-Nuke theme by
http://www.nukemods.com */
/**
* General Body Styling
* --------------------
* These are normal css setup reccommended for your
* HTML template although they are not neccessary
*/
body{
background: #222222 url(../images/background.gif);
color: #747474;
scrollbar-3dlight-color: #6a6a6a;
scrollbar-arrow-color: #9999AA;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #444444;
scrollbar-highlight-color: #444444;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #2e2e2e;
}
Top of my template index file:
Quote:
/*
Template Name ZoneCopper
copyright (C) 2006 by Martin Rafferty
This template is inspired by and based on the phpBB & phpNuke theme zoneCopper.
zoneCopper phpbb2 style by yassineb PHP-Nuke theme by
http://www.nukemods.com. Template supports the module
areas, top, bottom, left, right, user1, user2, user5, user6 and user7.
*/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
id ) initEditor(); ?>
$database->setQuery("SELECT * FROM #__menu WHERE menutype = 'mainmenu' AND published ='1' AND parent = '0' ORDER BY ordering");
$mymenu_rows = $database->loadObjectList();
$mymenu_content = "";
foreach($mymenu_rows as $mymenu_row) {
// print_r($mymenu_rows);
$mymenulink = $mymenu_row->link;
if ($mymenu_row->type != "url") {
$mymenulink .= "&Itemid=$mymenu_row->id";
}
if ($mymenu_row->type != "separator") {
$mymenu_content .= "
$mymenu_row->name | ";
}
}
$mymenu_content = substr($mymenu_content,0,strlen($mymenu_content)-2);
?>
" ?>
" ; ?>
" ; ?>
Link to my site page:
http://davidhubler.com/joomla/index.php?option=com_content&task=blogsection&id=6&Itemid=33Problem only occurs when I page down to lower part of page. Then the image appears at top of page, not at top of screen. (Also, the gray does not appear, only the image with white box)
HELP! (please)

Thanks