Gallery conflicting with navigational icons

tgreene

Joined: 2006-03-15
Posts: 8
Posted: Wed, 2006-03-15 18:35

I am developing a site that uses JS icon trees, in a heavily frames compliant format. The problem I'm having is that the following code has to be embedded into the top of each page being called up, in order for the icons to function.

<script language="JavaScript1.2" src="../cframe.js" type="text/javascript"></script>

Where can this script be embedded..?

Thanks in advance.

-Tim

 
tgreene

Joined: 2006-03-15
Posts: 8
Posted: Thu, 2006-03-16 15:38

I was FINALLY able to resolve this issue by inserting the script below the <BODY> tag in albums.php, but now I have to figure out how to get rid of a horizontal scroll bar that is triping up the page.

I understand that this can be done by REMOVING the <DOCTYPE> header info, but I need to know what file calls this into albums.php.

 
ckdake
ckdake's picture

Joined: 2004-02-18
Posts: 2258
Posted: Fri, 2006-03-17 10:54

The doctype is important. Why would you remove it and how do you know it would fix it?

What version of Gallery are you using?

--
http://ckdake.com/

If you found my help useful, please consider donating to Gallery.

 
tgreene

Joined: 2006-03-15
Posts: 8
Posted: Fri, 2006-03-17 13:47

A Google search on "Horizontal Scroolbars" yielded this info, and that it's a problem with IE browsers.

For reference, here's the site: www.gearheadoutfitters.com {Photo Gallery}

Now, if there is a way to force the width to be a bit narrower, that would be ideal.