Diminuir o banner (header)
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
Menos
Mais
15 anos 5 meses atrás #30547
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
riccelly created the topic: Diminuir o banner (header)
Olá pessoal.
como afastar o banner do topo deste site usando pading??
CSS: #ol-flashheader { position: absolute; top: 0px; right: 0px; z-index: 1; border: 0;height: 216px; width: 700px; }
[url:2sw0u6vq]http://www.campinaonline.com.br/index.php[/url:2sw0u6vq]
obs: já modifiquei no php assim, mas nao tá legal...
<!-- BEGIN: flashheader -->
<?php if($show_flashheader == "true") : ?>
<div id="ol-flashheader">
<object type="application/x-shockwave-flash" data="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" width="630" height="216">
<param name="wmode" value="transparent" />
<param name="movie" value="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" />
</object>
</div>
<?php endif; ?>
<!-- END: flashheader -->
como afastar o banner do topo deste site usando pading??
CSS: #ol-flashheader { position: absolute; top: 0px; right: 0px; z-index: 1; border: 0;height: 216px; width: 700px; }
[url:2sw0u6vq]http://www.campinaonline.com.br/index.php[/url:2sw0u6vq]
obs: já modifiquei no php assim, mas nao tá legal...
<!-- BEGIN: flashheader -->
<?php if($show_flashheader == "true") : ?>
<div id="ol-flashheader">
<object type="application/x-shockwave-flash" data="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" width="630" height="216">
<param name="wmode" value="transparent" />
<param name="movie" value="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" />
</object>
</div>
<?php endif; ?>
<!-- END: flashheader -->
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
Please Entrar ou Registrar to join the conversation.
- rodolpho.pedra
-
- Offline
- JCB! Professional
-
Menos
Mais
- Postagens: 188
- Obrigados Recebidos: 0
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
15 anos 5 meses atrás #31092
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
riccelly replied the topic: Re: Diminuir o banner (header)
o de cima amigo..
tem a logomarca e logo lado um flash (passando as fotos da cidade).
modifiquei na index.php até q diminuiu , mas tem q mexer no css com certeza tb pra ficar perfeito.
tem a logomarca e logo lado um flash (passando as fotos da cidade).
modifiquei na index.php até q diminuiu , mas tem q mexer no css com certeza tb pra ficar perfeito.
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
Please Entrar ou Registrar to join the conversation.
- thgcivic
-
- Offline
- JCB! Geek
-
15 anos 5 meses atrás #31222
por thgcivic
[b:1fi4zh5y]Acesse minha página [url:1fi4zh5y]http://www.webmasterthg.com.br/[/url:1fi4zh5y][/b:1fi4zh5y]
[b:1fi4zh5y][i:1fi4zh5y]Não respondo dúvidas por MP, por favor crie um tópico ñ custa nada[/i:1fi4zh5y][/b:1fi4zh5y]
thgcivic replied the topic: Re: Diminuir o banner (header)
Olá riccelly
bom na linha 132 do template_css.css
tem a margim q ta 0 auto
muda o 0 para o valor q vc achar melhor
tipo
margin: 10px auto
Inté <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->
bom na linha 132 do template_css.css
tem a margim q ta 0 auto
muda o 0 para o valor q vc achar melhor
tipo
margin: 10px auto
Inté <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->
[b:1fi4zh5y]Acesse minha página [url:1fi4zh5y]http://www.webmasterthg.com.br/[/url:1fi4zh5y][/b:1fi4zh5y]
[b:1fi4zh5y][i:1fi4zh5y]Não respondo dúvidas por MP, por favor crie um tópico ñ custa nada[/i:1fi4zh5y][/b:1fi4zh5y]
Please Entrar ou Registrar to join the conversation.
- riccelly
-
Autor do Tópico
- Offline
- JCB! Geek
-
15 anos 5 meses atrás #31270
por riccelly
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
riccelly replied the topic: Re: Diminuir o banner (header)
thiago, né assim nao..
essa margin é para a margem de cima, ou seja, coloquei 50px auto e o site desceu... deve ser em outro canto no css, vou funçar aki e se eu conseguiir te falo amigo..
essa margin é para a margem de cima, ou seja, coloquei 50px auto e o site desceu... deve ser em outro canto no css, vou funçar aki e se eu conseguiir te falo amigo..
Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]
[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]
Please Entrar ou Registrar to join the conversation.