MRW.it Forum
  • Home
  • Forum
  • Fare Web
  • HTML e CSS

Div, css e testo (prime armi)

  • Creatore Discussione Creatore Discussione Kerotan
  • Data di inizio Data di inizio 2 Gen 2006
Prec.
  • 1
  • 2
Primo Prec. 2 di 2
Kerotan

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #21
eccomi qua, ho avuto un pò di cose da fare...ho messo la home page on line il link è questo http://kerotan7.altervista.org/.. adesso ti posto anche il css e il codice :book:





ecco questo è il tutto della home page, ho fatto il test nel sito Css e sembra andare tutto bene!

qualche consiglio ??? volevo sapere come mettere la barra di scorrimento nella parte del testo...Grazie e ciao :book:
 
lukeonweb

lukeonweb

Utente Attivo
5 Mar 2003
5.175
13
38
47
Napoli
www.lucaruggiero.it
  • 11 Gen 2006
  • #22
puoi postare il codice come testo invece di fare i print-screen delle immagini?
 

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #23
il codice o il css?
 

lukeonweb

Utente Attivo
5 Mar 2003
5.175
13
38
47
Napoli
www.lucaruggiero.it
  • 11 Gen 2006
  • #24
non è lo stesso?

sia css che html
 

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #25
<!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>Kerotan Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="kerocss.css" rel="stylesheet" type="text/css" />
</head>

<body>
<div id="contenitore_alto"></div>
<div id="cont_tot">
<div id="header"></div>
<div id="menu"></div>

<table width="722" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/testo_Alto.gif" width="722" height="11" /></td>
</tr>
<td width="194" background="images/MyPage_21.gif"><img src="images/kero.jpg" width="194" height="399" /></td>
<td width="524" bgcolor="#FFFFFF"><blockquote>

<h1 align="center" class="Stile1">Il Mio Primo Sito</h1>
<p align="left">TESTO</p>
<h2 align="center">Cosa Vi Propongo</h2>
<p>TESTO</p>
</blockquote></td>
<td width="5" background="images/colonna_testo.gif"><div align="right"></div></td>
</tr>
<tr>
<td colspan="3"><img src="images/Testo_basso.gif" width="722" height="12" /></td>
</tr>
</table>
<div id="footer"></div>
</div>
<div id="contenitore_basso"></div>
</body>
</html>

Css
body {
background-image: url(images/Sfondo.gif);
background-color: #DE8382;
background-repeat: repeat-x;
background-position: left top;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
}
#contenitore_alto {
background-image: url(images/body_alto.gif);
height: 23px;
width: 771px;
background-repeat: no-repeat;
margin: 25px auto auto;

}
#cont_tot {
background-image: url(images/MyPage_14.gif);
width: 771px;
margin: auto;
position: relative;
}
#header {
background-image: url(images/header.jpg);
height: 199px;
width: 726px;
background-repeat: no-repeat;
margin: auto;
}
#menu {
background-image: url(images/menu.gif);
height: 35px;
width: 713px;
background-repeat: no-repeat;
padding: 0px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: auto;
}
#testo_alto {
background-image: url(images/testo_Alto.gif);
height: 11px;
width: 722px;
margin: 15px auto auto;
}
#testo_tot {
background-image: url(images/testo_tot.gif);
width: 722px;
margin: auto;
position: relative;
}
#testo_sx {
width: 180px;
padding: 5px;
margin: 0px;
}
#testo {
float: right;
width: 500px;
}
table {
font-family: "Courier New", Courier, mono;
font-size: 16px;
font-style: normal;
text-transform: none;
color: #000000;
padding: 0px;
margin: 25px auto 25px 25px;
font-weight: bolder;
background-position: center center;
}
#footer {
background-image: url(images/footer.jpg);
height: 107px;
width: 731px;
background-repeat: no-repeat;
margin: auto;
}
#contenitore_basso {
background-image: url(images/body_basso.gif);
height: 15px;
width: 771px;
background-repeat: no-repeat;
margin: auto;
}
h1 {
font-family: "Times New Roman", Times, serif;
font-size: xx-large;
font-style: normal;
font-weight: bolder;
color: #FF0000;
}
p {
font-family: "Comic Sans MS", Arial, Verdana;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: bolder;
text-transform: none;
color: #000000;
}
h2 {
padding: 10px;
background-position: left bottom;
font-family: "Times New Roman", Times, serif;
font-size: x-large;
font-weight: bold;
color: #990000;
}
:fonzie:
 

lukeonweb

Utente Attivo
5 Mar 2003
5.175
13
38
47
Napoli
www.lucaruggiero.it
  • 11 Gen 2006
  • #26
copiato!

esce una pagina completamente sformattata dall'alto con delle scritte nel mezzo

cos'è che vuoi fare?
 

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #27
non ho capito che cosa intedi dire....il sito che ho messo on line, non lo vedi correttamente?
 

lukeonweb

Utente Attivo
5 Mar 2003
5.175
13
38
47
Napoli
www.lucaruggiero.it
  • 11 Gen 2006
  • #28
ti ho detto quel che vedo copiando il codice html e css che mi hi postato...
 

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #29
scusami ma come è possibile, io sia in dreamweaver che quando lo messo on line lo vedo bene, perche te non lo devi vedere come lo vedo io???

forse sono duro ilpirata: ) ma nn capisco perche lo devi vedere differente da me
 

lukeonweb

Utente Attivo
5 Mar 2003
5.175
13
38
47
Napoli
www.lucaruggiero.it
  • 11 Gen 2006
  • #30
questo è quello che vedo...
 

Allegati

  • kerotan.gif
    34 KB · Visite: 353

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #31
praticamente non vedi nessuna immagine....ma non è che devi avere anche le mie immagini??
 
B

Bertram8986

Guest
  • 11 Gen 2006
  • #32
A w e s o m e !
 

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 11 Gen 2006
  • #33
 
B

Bertram8986

Guest
  • 12 Gen 2006
  • #34
A w e s o m e !
 

lukeonweb

Utente Attivo
5 Mar 2003
5.175
13
38
47
Napoli
www.lucaruggiero.it
  • 12 Gen 2006
  • #35
prova ad allegare le immagini
 

Kerotan

Nuovo Utente
16 Dic 2005
24
0
0
  • 12 Gen 2006
  • #36
A w e s o m e ! che vuol dire??

i miei archivi sono troppo grandi per essere uppati come posso fare?
 
Prec.
  • 1
  • 2
Primo Prec. 2 di 2
Devi accedere o registrarti per poter rispondere.

Discussioni simili

V
css div testo "nascosto" se supera il width
  • Vicar
  • 17 Ago 2012
  • HTML e CSS
Risposte
16
Visite
10K
HTML e CSS 31 Ago 2012
recordis
R
css solo se richiama un class di un div
  • trattorino
  • 4 Ott 2017
  • HTML e CSS
Risposte
1
Visite
1K
HTML e CSS 4 Ott 2017
Max 1
P
nascondere div con css inline
  • Paperino78
  • 27 Mar 2016
  • Javascript
Risposte
2
Visite
2K
Javascript 27 Mar 2016
Paperino78
P
C
CSS elemento tagliato fuori da div
  • colomber
  • 17 Mar 2016
  • HTML e CSS
Risposte
9
Visite
4K
HTML e CSS 19 Mar 2016
colomber
C
Background image in un div con CSS non funziona
  • gandalf1959
  • 2 Nov 2014
  • HTML e CSS
Risposte
4
Visite
6K
HTML e CSS 3 Nov 2014
gandalf1959
Odio amore per i div e figlio css
  • bluettina
  • 22 Giu 2014
  • HTML e CSS
Risposte
1
Visite
2K
HTML e CSS 25 Giu 2014
ncastelletti
N
M
CSS...dinamico? Altezza div variabile, ma con immagine come bordo
  • Malware
  • 24 Feb 2013
  • HTML e CSS
Risposte
4
Visite
4K
HTML e CSS 25 Feb 2013
Malware
M
[DIV/CSS] evidenziare risultato array all'interno di un div
  • Monital
  • 22 Mag 2012
  • PHP
Risposte
0
Visite
2K
PHP 22 Mag 2012
Monital
M
Centrare un DIV nel BODY (usando i CSS)
  • m.pittini
  • 11 Nov 2009
  • HTML e CSS
Risposte
1
Visite
10K
HTML e CSS 11 Nov 2009
maxbossi
L
[CSS] Div e menu sovrapposti, attributi 'absolute', 'relative' (schema in allegato)
  • LacioDrom
  • 14 Mag 2009
  • HTML e CSS
Risposte
0
Visite
7K
HTML e CSS 14 Mag 2009
LacioDrom
L
B
Flash & CSS: caricare pagina esterna in DIV
  • baroquecellist
  • 19 Gen 2009
  • Flash
Risposte
2
Visite
4K
Flash 27 Gen 2009
Greyfox
G
N
[PHP+HTML+CSS] Problema con un div
  • narc0x
  • 28 Nov 2008
  • HTML e CSS
Risposte
4
Visite
2K
HTML e CSS 29 Nov 2008
borgo italia
G
Css: come mettere il collegamento al div header?
  • ghisirds
  • 17 Mag 2007
  • HTML e CSS
Risposte
8
Visite
2K
HTML e CSS 17 Mag 2007
PoLe
F
[CSS] Problema con IE e div fixed
  • fast3r_00
  • 15 Nov 2006
  • HTML e CSS
Risposte
2
Visite
2K
HTML e CSS 15 Nov 2006
fast3r_00
F
[DIV e CSS] Far contenere ad un Div un immagine senza che esca dai margini
  • MattiaBergomi
  • 13 Set 2006
  • HTML e CSS
Risposte
9
Visite
12K
HTML e CSS 14 Set 2006
MattiaBergomi
R
[css] lunghezza div dei contenuti principali
  • router83
  • 29 Mag 2006
  • HTML e CSS
Risposte
2
Visite
2K
HTML e CSS 29 Mag 2006
dead
D
L
div nascosti via CSS
  • lauretta
  • 3 Gen 2006
  • Javascript
Risposte
1
Visite
5K
Javascript 3 Gen 2006
lukeonweb
CSS e DIV problema di dimensionamento
  • gladenko
  • 6 Dic 2005
  • HTML e CSS
Risposte
3
Visite
3K
HTML e CSS 6 Dic 2005
gladenko
M
css div w3c posso iniziare?
  • marcodemon
  • 25 Giu 2005
  • HTML e CSS
Risposte
1
Visite
1K
HTML e CSS 25 Giu 2005
grottafelix
L
padding e mozilla (in css e div)
  • Luca(riello)
  • 15 Gen 2005
  • HTML e CSS
Risposte
8
Visite
3K
HTML e CSS 23 Gen 2005
carla146
Condividi:
Facebook X (Twitter) LinkedIn WhatsApp e-mail Condividi Link
  • Home
  • Forum
  • Fare Web
  • HTML e CSS
  • Italiano
  • Termini e condizioni d'uso del sito
  • Policy Privacy
  • Aiuto
  • Home
Community platform by XenForo® © 2010-2024 XenForo Ltd. | Traduzione a cura di XenForo Italia
Menu
Accedi

Registrati

  • Home
  • Forum
    • Nuovi Messaggi
    • Cerca...
  • Novità
    • Featured content
    • Nuovi Messaggi
    • Ultime Attività
X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?

X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?