Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Table from top to bottom  (Read 3119 times)

0 Members and 1 Guest are viewing this topic.

artinoah

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Table from top to bottom
« on: September 04, 2009, 08:22:54 pm »

...how can i create a side with a table filling the whole side (with coppermine)...from top to bottom

...without coppermine: www.artinoah.de...it works

...with coppermine i always stay away from the bottom, but i want to fit at the bottom...

I work with : <body leftmargin="0" topmargin="0" bottommargin="0">
  <table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0" >
...

CSS:
body {
        font-family : Verdana, Arial, Helvetica, sans-serif;
   margin: 0% 0;
   position: middle;
   left: 0px;
   visibility: visible;
   width: 100%;
   height: 100%;
}

Where is the problem? Isn´t it working with a table at all? Shall i use a layer?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Table from top to bottom
« Reply #1 on: September 14, 2009, 04:32:13 pm »

Use HTML (table-driven layout), use CSS. Both options are possible - it's up to you what you use. It might help if you post a link to your actual gallery for a start.
Logged

artinoah

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Table from top to bottom
« Reply #2 on: September 15, 2009, 05:55:24 pm »

...i have solved the problem by using a layer with <div id="Layer1">...

<style type="text/css">
<!--
#Layer1 {
   position:absolute;
   width:100%;
   height:100%;
   z-index:1;
   left: 0;
   top: 0;
}
-->
</style>

...
Stefan
Logged
Pages: [1]   Go Up
 

Page created in 0.042 seconds with 19 queries.