Witaj Gościu ( Zaloguj | Rejestruj )

 
Reply to this topicStart new topic
> Galeria tiltviewer

 
Buli
post 19 Apr 2009, 14:18
Post #1

Grupa: Użytkownicy
Postów: 532
Dołączył: April 20 07
Skąd: Ciężkowice k. Tarnowa
Nr użytkownika: 27
Reputacja: 2 pkt2 pkt


Witam serdecznie,

Problem dotyczy galerii, którą osadziłem w swoim pliku html. Strona składa się z topu, contenta i stopki. Normalnie jak w contencie jest sam tekst to stopkę (która z resztą też jest w postaci tekstu) wyświetla bez problemu, jeśli natomiast zaimplementuje galerię to stopka znika....

CYTAT
<div id="container">
<div id="content">
<div id="flashcontent">Poprawne wyœwietlenie galerii wymaga wtyczki JavaScript oraz Flash PLayer (This gallery requires JavaScript and the latest Flash player). <a href="http://www.macromedia.com/go/getflashplayer/">Pobierz wymagan¹ wtyczkê Flash'a (Get Flash here).</a></div>
<script type="text/javascript">

var fo = new SWFObject("TiltViewer.swf", "viewer", "100%", "30%", "9.0.28", "#000000");

fo.addVariable("useFlickr", "false");
fo.addVariable("xmlURL", "gallery.xml");
fo.addVariable("maxJPGSize","640");

fo.addVariable("useReloadButton", "false");
fo.addVariable("columns", "3");
fo.addVariable("rows", "3");
fo.addVariable("showFlipButton", "true");
fo.addVariable("showLinkButton", "false");
//fo.addVariable("linkLabel", "View image info");
fo.addVariable("frameColor", "0xFFFFFF");
fo.addVariable("backColor", "0xFFFFFF");
fo.addVariable("bkgndInnerColor", "0x000000");
fo.addVariable("bkgndOuterColor", "0xFFFFFF");
//fo.addVariable("langGoFull", "Go Fullscreen");
//fo.addVariable("langExitFull", "Exit Fullscreen");
//fo.addVariable("langAbout", "About");

fo.addParam("allowFullScreen","true");
fo.write("flashcontent");
</script>
</DIV>
<div id="stopka">
<ul>
<li>| <a href="index.html">About</a></li>
<li>| <a href="index.html">Gallery</a></li>
<li>| <a href="index.html">Contact</a></li>
<li>| <a href="index.html">Review</a></li>
<li>| <a href="index.html">Sitemap</a> |</li>
</ul>
<p>Copyright &copy by www.artisticonfusion.info. 2007 - 2009. All rights reserved!</P>
</DIV>
</DIV>


Proszę o pomoc, pozdrawiam wink.gif

Edit:
Co najsmieszniejsze po wcisnięciu spacji w przeglądarce zanika cały nagłówek, ale pojawia sie stopka
Go to the top of the page
 
+Quote Post

 
lisekpk
post 19 Apr 2009, 16:28
Post #2

Grupa: Użytkownicy
Postów: 23
Dołączył: April 9 09
Nr użytkownika: 3,996
Reputacja: BrakBrak


Zapokaż kod css.
Mi się wydaje biggrin.gif że musisz dodać w css do stopki to: clear: both;
Go to the top of the page
 
+Quote Post

 
Buli
post 19 Apr 2009, 20:35
Post #3

Grupa: Użytkownicy
Postów: 532
Dołączył: April 20 07
Skąd: Ciężkowice k. Tarnowa
Nr użytkownika: 27
Reputacja: 2 pkt2 pkt


Tak też jest ustawione:

CYTAT
*{
padding: 0;
margin:0 auto;
}

body
{
background-color: #000000;
background-repeat:no-repeat;
padding: 0;
margin:0 auto;
text-align:center;
}

#glowny
{
padding: 0;
width: 800px;
margin:0 auto;
}

#top
{
background-image:url(images/top.png);
background-repeat:no-repeat;
width:434px;
height:227px;
float:left;
}

#menu_obrazek
{
background-image:url(images/menu.png);
background-repeat:no-repeat;
width:366px;
height:113px;
float:right;
}

#bok
{
background-image:url(images/bok.png);
background-repeat:no-repeat;
width:366px;
height:114px;
float:right;
}


/* Arkusz styli-menu_jquery */
}
img {
border: none;
}


.dock {
position: relative;
height: 50px;
text-align: center;
}
.dock-container {
position: absolute;
height: 50px;
padding-left: 0px;
}
a.dock-item {
display: block;
position: absolute;
top: 0px;
}
.dock-item img {
border: none;
margin: 38px 0px;
width: 100%;
}
.dock-item span {
display: none;
padding-left: 0px;
}

/* Koniec arkusza styli menu_jquery */



#container
{
width:800px;
background-color: #000000;
text-align:left;
}

#container a{TEXT-DECORATION: none; font-weight: normal; color:grey; }
#container a:visited{TEXT-DECORATION: none; font-weight: normal; color:grey;}
#container a:hover{TEXT-DECORATION: none; font-weight: normal; color:grey;}

#content
{
width:660px;
clear: both;
font-family: Trebuchet MS, Helvetica, Sans-serif;
font-size: 11px;
color:grey;
padding: 0;
margin:0 auto;
}

#stopka
{
width: 700px;
font-family: Trebuchet MS, Verdana, Helvetica, Sans-serif;
font-size: 11px;
color: grey;
clear:both;
margin-top:20px;
text-align: center;
}

#stopka li
{
display: inline;
}

#stopka ul
{
list-style-type: none;
}
Go to the top of the page
 
+Quote Post

 
lisekpk
post 19 Apr 2009, 20:45
Post #4

Grupa: Użytkownicy
Postów: 23
Dołączył: April 9 09
Nr użytkownika: 3,996
Reputacja: BrakBrak


Nie wiem, to moze daj jej position: absolute;
Go to the top of the page
 
+Quote Post

 
Buli
post 20 Apr 2009, 18:03
Post #5

Grupa: Użytkownicy
Postów: 532
Dołączył: April 20 07
Skąd: Ciężkowice k. Tarnowa
Nr użytkownika: 27
Reputacja: 2 pkt2 pkt


w stopce? Dałem i dalej to samo....
Go to the top of the page
 
+Quote Post

 
Buli
post 20 Apr 2009, 19:19
Post #6

Grupa: Użytkownicy
Postów: 532
Dołączył: April 20 07
Skąd: Ciężkowice k. Tarnowa
Nr użytkownika: 27
Reputacja: 2 pkt2 pkt


Po części sobie poradziłem, w #flashcontent i #html wymazałem height:100%, jednak problem pojawił się tego typu, ze gdy wysokość contenta przekracza rozdzielczość to nie włącza się suwak...

Edit:

Poradziłem sobie i z tym w sekcji html overflow zmieniłem na auto;

Pozdrawiam
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 

- Wersja Lo-Fi Aktualny czas: February 10 12 - 09:31
IPB developed by: eXtremepixels
- - - -