News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

CSS problems

Started by scandog, August 24, 2005, 05:16:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

scandog

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

snork13

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

scandog

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.