Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

web dizajn problem

[es] :: Web dizajn i CSS :: web dizajn problem

[ Pregleda: 3492 | Odgovora: 3 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Azif
Darijo Živković
Hrvatska Županja

Član broj: 71222
Poruke: 74
*.dsl.optinet.hr.

ICQ: 2604


Profil

icon web dizajn problem02.02.2009. u 23:09 - pre 185 meseci
Evo ovako početnik sam i radim seminarski za Algebru *škola* i sad trebam napraviti da se stranica u IE7 prikazuje indetično Firefoxu.
2. kako napraviti da se tablica kada u nju ubacujem slike da kad s pomiče da ne ide izvan stranice nego da se stranica izdužuje zajedno s tablicom?
Azif



Da bismo ispravili svijet, moramo najprije ispraviti sebe.
 
Odgovor na temu

maric1
maric dragan
Krusevac - Vitosevac

Član broj: 44931
Poruke: 738
*.arhisoft.net.

Sajt: www.tag-web-design.net


+2 Profil

icon Re: web dizajn problem03.02.2009. u 20:51 - pre 185 meseci
mozda ti nesto ovo pomogne http://www.elitesecurity.org/t5552-0#1088098 ako ne onda pretraga sigurno ;)


 
Odgovor na temu

Athlas
Darko Ivanovic
Bgd

Član broj: 215893
Poruke: 28
212.200.31.*



+1 Profil

icon Re: web dizajn problem12.03.2009. u 21:56 - pre 183 meseci
Postovane kolege,
Pojavio mi se problem sa kodom koji sam generisao pomocu programa za izradu web galerije (Web Gallery WizardPro).
Naime,prvi put prilikom uploada na server galerija je radila besprekorno,nakon novog azuriranja sadrzaja ,browser kaze da mi treba
novija verzija i da galerija nije dostupna jer fali Macromedia Flash player,iako sve to postoji na mojoj lokalnoj masini .
Verujem da problem postoji u kodu ,pa Vas molim da pogledate kod ,dvojica su pametnija od jednog :),
ja sam vec prso',ne znam sta vise...
evo koda :
ILI Link :http://www.tacticalkravmaga-eu.com/pocetna.html (kliknuti na Logo u levom gornjem uglu)

Code:
<!-- saved from url=(0013)about:internet -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>gall</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="imagetoolbar" content="no" /><meta name="DESCRIPTION" content="Web gallery generated with Web Gallery Wizard PRO 1.5.3113.1" /><meta name="Keywords" content="Web gallery, web album, photo gallery, photo album, online album, online gallery, online photos, web generator, album generator, gallery generator, share photos, share photo" /><meta name="ROBOTS" content="ALL" /><meta name="WGW-EFFECTS" content="ON" /><script language="javascript" src="Site/script.js" type="text/javascript"></script><link rel="stylesheet" type="text/css" href="Site/ssIEx.css" title="IEx" /><script language="javascript" src="Site/ThemeScript.js" type="text/javascript"></script><script language="JavaScript" type="text/javascript"><!--
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// Globals
// Major version of Flash required
var requiredMajorVersion = 6;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Revision of Flash required
var requiredRevision = 65;
// the version of javascript supported
var jsVersion = 1.0;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--></script><script language="VBScript" type="text/vbscript"><!--
// Visual basic helper required to detect Flash Player ActiveX control version information
Function VBGetSwfVer(i)
  on error resume next
  Dim swControl, swVersion
  swVersion = 0
  
  set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
  if (IsObject(swControl)) then
    swVersion = swControl.GetVariable("$version")
  end if
  VBGetSwfVer = swVersion
End Function
--></script><script language="JavaScript1.1" type="text/javascript"><!--
// Detect Client Browser type
var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
jsVersion = 1.1;
// JavaScript helper required to detect Flash Player PlugIn version information
function JSGetSwfVer(i){
            // NS/Opera version >= 3 check for Flash plugin in plugin array
            if (navigator.plugins != null && navigator.plugins.length > 0) {
                        if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
                                    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                        var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
                                    descArray = flashDescription.split(" ");
                                    tempArrayMajor = descArray[2].split(".");
                                    versionMajor = tempArrayMajor[0];
                                    versionMinor = tempArrayMajor[1];
                                    if ( descArray[3] != "" ) {
                                                tempArrayMinor = descArray[3].split("r");
                                    } else {
                                                tempArrayMinor = descArray[4].split("r");
                                    }
                        versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
            flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
            } else {
                                    flashVer = -1;
                        }
            }
            // MSN/WebTV 2.6 supports Flash 4
            else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
            // WebTV 2.5 supports Flash 3
            else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
            // older WebTV supports Flash 2
            else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
            // Can't detect in all other cases
            else {
                        
                        flashVer = -1;
            }
            return flashVer;

// If called with no parameters this function returns a floating point value 
// which should be the version of the Flash Player or 0.0 
// ex: Flash Player 7r14 returns 7.14
// If called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision) 
{
            reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version   
            for (i=25;i>0; i=i-1) {           
                        if (isIE && isWin && !isOpera) {
                                    versionStr = VBGetSwfVer(i);
                        } else {
                                    versionStr = JSGetSwfVer(i);                 
                        }
                        if (versionStr == -1 ) { 
                                    return false;
                        } else if (versionStr != 0) {
                                    if(isIE && isWin && !isOpera) {
                                                tempArray         = versionStr.split(" ");
                                                tempString        = tempArray[1];
                                                versionArray      = tempString .split(",");                                      
                                    } else {
                                                versionArray      = versionStr.split(".");
                                    }
                                    versionMajor      = versionArray[0];
                                    versionMinor      = versionArray[1];
                                    versionRevision   = versionArray[2];
                                    
                                    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
                                    versionNum        = parseFloat(versionString);
            // is the major.revision >= requested major.revision AND the minor version >= requested minor
                                    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
                                                return true;
                                    } else {
                                                return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );   
                                    }
                        }
            }           
            return (reqVer ? false : 0.0);
}
--></script><link rel="SHORTCUT ICON" href="favicon.ico" /></head><body bgcolor="#666666" text="#999999" link="#CCCCCC" vlink="#CCCCCC" alink="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" class="WGW-0000-body" onload="MM_preloadImages('Site/images/WebGalleryWizard-Footer_f2.gif');"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="WGW-0000-table"><tr><td align="middle" valign="center" class="WGW-0100-td"></td><td align="middle" valign="bottom" class="WGW-0200-td"><p class="WGW-0200-pOld">You are using an older browser. Most features of 
        this Web Gallery are not available.</p><p class="WGW-0200-pGecko"></p></td><td align="middle" valign="center" class="WGW-0300-td"></td></tr><tr><td align="middle" valign="center" class="WGW-0400-td"></td><td align="center" class="WGW-0500-td"><table border="0" cellpadding="0" cellspacing="0" class="WGW-0500-table"><tr><td width="512" height="62" class="WGW-0510-td"><p class="WGW-0510-p"> </p><div class="WGW-0510-div"><script language="JavaScript1.1"><!--
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="512" height="62"'
    + 'codebase="http://download.macromedia.com...ockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="Site/Flash/TopBanner.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#CCCCCC" />'
    + '<embed src="Site/Flash/TopBanner.swf " loop="false" quality="high" bgcolor="#CCCCCC" '
    + 'width="512" height="62" name="Intro" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="Site/images/WGW-TopBanner.jpg" alt="This content requires the Macromedia Flash Player to display correctly. Click here to get Flash now or click thumbnails to see the gallery." width="512" height="62" border="0"/></a>';
    document.write(alternateContent);  // insert non-flash content
  }
--></script><noscript><a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="Site/images/WGW-TopBanner.jpg" alt="This content requires the Macromedia Flash Player to display correctly. Click here to get Flash now or click thumbnails to see the gallery." width="512" height="62" border="0" /></a></noscript></div></td><td width="259" height="62" class="WGW-0520-td"><p class="WGW-0520-p"><a href="index.html">gall</a></p></td></tr><tr><td width="512" height="26" class="WGW-0530-td"> </td><td width="259" height="26" class="WGW-0540-td"> </td></tr><tr><td width="512" height="411" valign="top" class="WGW-0550-td"><p class="WGW-0550-p">Click thumbnail to select album:</p><div class="WGW-0550-div"><script language="JavaScript1.1"><!--
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="512" height="411"'
    + 'codebase="http://download.macromedia.com...ockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="Site/Flash/Intro.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#CCCCCC" />'
    + '<embed src="Site/Flash/Intro.swf " loop="false" quality="high" bgcolor="#CCCCCC" '
    + 'width="512" height="411" name="Intro" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="Site/images/WGW-0550-td.jpg" alt="This content requires the Macromedia Flash Player to display correctly. Click here to get Flash now or click thumbnails to see the gallery." width="512" height="411" border="0"/></a>';
    document.write(alternateContent);  // insert non-flash content
  }
--></script><noscript><a href="http://www.macromedia.com/go/getflash/" target="_blank"><img src="Site/images/WGW-0550-td.jpg" alt="This content requires the Macromedia Flash Player to display correctly. Click here to get Flash now or click thumbnails to see the gallery." width="512" height="411" border="0" /></a></noscript></div></td><td valign="top" class="WGW-0560-td"><div class="WGW-0560-div" id="oDiv" style="overflow:auto"><p class="WGW-0560-pTop"> </p><div class="thumb0"><p><a href="Album1.html"><img class="RNalpha" width="67" height="50" border="0" onmouseover="applyLightFilter();" onmouseout="removeLightFilter();" onclick="SetNormal();" src="Albums/Album1/Thumb/33.jpg" />TKM Training</a></p></div><div class="thumb0"><p><a href="Album2.html"><img class="RNalpha" width="67" height="50" border="0" onmouseover="applyLightFilter();" onmouseout="removeLightFilter();" onclick="SetNormal();" src="Albums/Album2/Thumb/tkm_units1.jpg" />TKM Units</a></p></div><div class="thumb0"><p><a href="Album3.html"><img class="RNalpha" width="67" height="50" border="0" onmouseover="applyLightFilter();" onmouseout="removeLightFilter();" onclick="SetNormal();" src="Albums/Album3/Thumb/bojan_ilic___carl_halley.jpg" />TKM Instructor course</a></p></div><div class="thumb0"><p><a href="Album4.html"><img class="RNalpha" width="67" height="50" border="0" onmouseover="applyLightFilter();" onmouseout="removeLightFilter();" onclick="SetNormal();" src="Albums/Album4/Thumb/tkm_high_risk.jpg" />TKM High risk</a></p></div><p> </p><p class="WGW-0560-pBottom"> <img src="Site/images/spacer.gif" width="1" height="19" /></p></div></td></tr><tr><td height="30" colspan="2" class="WGW-0570-td"><p class="WGW-0570-p"> </p><div class="WGW-0570-div"><img src="Site/images/WebGalleryWizard-pro.gif" width="771" height="30" /></div></td></tr></table></td><td align="middle" valign="center" class="WGW-0600-td"></td></tr><tr><td width="0" height="0" align="middle" valign="center" class="WGW-0700-td"></td><td align="middle" valign="top" class="WGW-0800-td"><p class="WGW-0800-p"><a href="http://www.webgallerywizard.com/Web-Gallery/Wizard.htm" target="_blank">Web gallery generated by Web Gallery Wizard PRO™</a>. </p></td><td align="middle" valign="center" class="WGW-0900-td"></td></tr></table></body></html>


Mod: Dodati CODE tagovi

[Ovu poruku je menjao Aleksandar Vasic dana 13.03.2009. u 00:07 GMT+1]
 
Odgovor na temu

Athlas
Darko Ivanovic
Bgd

Član broj: 215893
Poruke: 28
212.200.31.*



+1 Profil

icon Re: web dizajn problem12.03.2009. u 23:25 - pre 183 meseci
ok.postujem sugestije jos kad bi ovo proradilo ...pa da skacem od srece
 
Odgovor na temu

[es] :: Web dizajn i CSS :: web dizajn problem

[ Pregleda: 3492 | Odgovora: 3 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.