Ir para conteúdo
Fórum Script Brasil

Ralf

Membros
  • Total de itens

    2
  • Registro em

  • Última visita

Sobre Ralf

Ralf's Achievements

0

Reputação

  1. eu alterei para echo "<body background=\"themes/Callofduty2/images/bg.gif\" bgproperties=\"fixed\">\n"; e echo "<body background=\"themes/Callofduty2/images/bg.gif\" topmargin=\"0\" leftmargin=\"0\" marginwidth=\"0\" marginheight=\"0\" bgproperties=\"fixed\">\n"; e mesmo assim não ta mudando
  2. Olá, eu queria que me ajudassem, eu não estou conseguindo colocar a imagem de fundo do site fixa. Eu gostaria que ela ficasse fixa, quando eu rolar a pagina o bg não se movesse. essa é a parte do background /************************************************************/ /* Function themeheader() */ /************************************************************/ function themeheader() { global $user, $cookie, $prefix, $name, $dbi, $db; cookiedecode($user); $username = $cookie[1]; if ($username == "") { $username = "Anonymous"; } $public_msg = public_message(); echo "$public_msg"; echo "<body background=\"themes/Callofduty2/images/bg.gif\" topmargin=\"0\" leftmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n"; include("themes/Callofduty2/header.php"); echo "<table width=\"933\" align=center cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n" ."<tr valign=\"top\">\n" ."<TD WIDTH=\"5\" HEIGHT=\"100%\" valign=top background=\"themes/Callofduty2/images/lt.jpg\"><IMG SRC=\"themes/Callofduty2/images/spacer.gif\" WIDTH=\"1\" HEIGHT=\"1\"></TD>\n" ."<TD WIDTH=\"160\" HEIGHT=\"100%\" valign=top bgcolor=#343537>\n"; if (($name=='Private_Messages') OR ($name=='Members_List')) { } else { blocks(left); } echo "</td>\n" ."<TD WIDTH=\"100%\" valign=top bgcolor=#343537>\n"; } Obrigado!
×
×
  • Criar Novo...