coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: TeeJay on August 01, 2006, 09:43:26 PM

Title: Rainy Day layout problem with buttons in IE
Post by: TeeJay on August 01, 2006, 09:43:26 PM
Hey guys,

I'm new here and let me just quickly say I tried looking for older posts about the same problem I have, but I couldn't find any. If I've missed an older post about this, apologies. Please point me to it.

I'm having a problem with the Rainy Day layout that I'm trying to adapt, and now the buttons are all over the place when I try to view the page with IE6. What I mean is the navigation arrow buttons and those aligned with them. Before I launch into lengthy descriptions, let me show you:

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.chris-marquette.com%2Fgraphics%2FGalleryProblem.jpg&hash=bd48e678d5d663e7eb1ed70862677956996553b6)

As you can see, the buttons are below the spot they are supposed to be. They are where the black arrows are and should be where the red arrows are. This doesn't happen all the time when you reload a page. When they are misaligned, they jump to their right position when you move the mouse over them. This problem does not occur in Firefox, only in IE and not only on my system.

You can access the actual gallery here:
http://www.chris-marquette.com/gallery/displayimage.php?album=1&pos=0

I have to admit, I don't know the first thing about PHP programming, but I'm guessing this is a problem that has to do with the PHP code telling the buttons at which position they should appear. I reduced the height of one of the graphics of the Rainy Day theme that is positioned between the header and the buttons on the right (Album List, Last Uploads, etc.). That's why I'm guessing the buttons appear below where they should be because if the graphic was still its original height, they would probably be in the right spot.

Long story short, I would be immensely grateful if someone could give me some hints if this this fixable, and if so, how. Like I said, I don't know much about PHP, but I do know how to change the code if I know where and what to change. Thanks in advance!

-TeeJay
Title: Re: Rainy Day layout problem with buttons in IE
Post by: Nibbler on August 01, 2006, 09:48:29 PM
This has been posted before.


.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: none;
        color: #FFFFFF;
}


You need to remove the relative positioning in style.css.
Title: Re: Rainy Day layout problem with buttons in IE
Post by: TeeJay on August 01, 2006, 09:56:56 PM
Well, guess I missed that post after all. But thanks for replying, I'll try that right away. Thank you!!!

-TeeJay
Title: Re: Rainy Day layout problem with buttons in IE
Post by: Joachim Müller on August 01, 2006, 10:31:08 PM
Committed suggested changes to devel and stable.
Title: Re: Rainy Day layout problem with buttons in IE
Post by: TeeJay on August 01, 2006, 10:36:24 PM
Quote from: GauGau on August 01, 2006, 10:31:08 PM
Committed suggested changes to devel and stable.
Uhm.... huh? Sorry, I don't quite get what you mean. <scratches head in confusion> I'm not one of the PHP geeks. ;)

-TeeJay
Title: Re: Rainy Day layout problem with buttons in IE
Post by: Joachim Müller on August 01, 2006, 10:45:58 PM
I didn't mean you, but Nibbler and the others devs. Sorry to have confused you. You can safely ignore my reply.
Title: Re: Rainy Day layout problem with buttons in IE
Post by: TeeJay on August 01, 2006, 10:49:18 PM
Oh, okay. LOL I felt a little stupid there for a minute. :)

And I made the changes and it seems to have worked. The buttons aren't "wonky" anymore. Thanks so much, guys.

-TeeJay