forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: scandog on August 24, 2005, 05:16:56 pm

Title: CSS problems
Post by: scandog on August 24, 2005, 05:16:56 pm
HI, 

I have been looking around on the forum and have not found an answer to my problem.

What I have done is try and add the gallery to my existing template.  I can get it to look perfect with firefox but IE is messed up

I have cut it down to just the basic {GALLERY} in my template

I have a container has a border for viewing and inside that container I have another div that is set to have righ & left margins set to 150px
thats it.  very simple

<div id="container">

   <div id="content">
      {GALLERY}
   </div>

</div>

works great in fire fox but in IE the gallery extends off the screen to the right approx 300px.

here is a link if any one wants to look at it.  http://www.puppylovelabradoodles.com/cpg133

it has to be something with the theme.php file because I can do the same thing with out the {GALLERY} and just add test and it works fine
even if I coment out the style.css it still has a problem.

I really appreciate any help.

Scandog
Title: Re: CSS problems
Post by: snork13 on August 24, 2005, 05:40:29 pm
why do you have 2 style sheets?

  <link rel="stylesheet" href="themes/puppylove/style.css" type="text/css">
  <link rel="stylesheet" href="themes/puppylove/puppylove.css" type="text/css">

-snork
Title: Re: CSS problems
Post by: scandog on August 24, 2005, 05:53:23 pm
No reason in perticular.  I just had one from my existing template.  I could just copy the code to make one
makes no difference on how it works.