|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Senior Member
Iscritto dal: Nov 2001
Città: Roma □ Berlino ■
Messaggi: 1263
|
[HTML] Dreamweaver e compatibilità
Salve a tutti, stavo lavorando con un sito statico molto semplice fatto con Dreamweaver della CS3.
Questo sito che presenta al suo interno delle semplici tabelle, con Firefox si vede senza problemi, mentre con IE da alcuni problemi di visualizzazione. Ho utilizzato la funzione "Verifica pagina" di Dreamweaver e mi ha rilevato lo stesso errore su 4 righe di codice: Valore non supportato: '0' Interessa: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0 Codice:
border-top-style: 0; border-right-style: 0; border-bottom-style: 0; border-left-style: 0;
__________________
CPU Intel i7-6700K | MB MSI H110M PRO-VDP | RAM 16GB Corsair ValueSelect DDR4-2133 DIMM CL15 | GPU Intel HD Graphics 530 | SSD Samsung EVO 850 250GB | HDD Toshiba MQ01ABF050 | MONITOR Dell UltraSharp U2715H 27" 2560 x 1440 | CASE NZXT Source 340 | PSU be quiet! Pure Power 10 CM Modular 80+ Silver 400 Watt | COOLING be quiet! Pure Rock Slim Tower | OS Windows 10 Pro x64 | SMARTPHONE Nexus 5 | |
|
|
|
|
|
#2 |
|
Senior Member
Iscritto dal: Nov 2001
Città: Roma □ Berlino ■
Messaggi: 1263
|
Up, nessuno può aiutarmi?
__________________
CPU Intel i7-6700K | MB MSI H110M PRO-VDP | RAM 16GB Corsair ValueSelect DDR4-2133 DIMM CL15 | GPU Intel HD Graphics 530 | SSD Samsung EVO 850 250GB | HDD Toshiba MQ01ABF050 | MONITOR Dell UltraSharp U2715H 27" 2560 x 1440 | CASE NZXT Source 340 | PSU be quiet! Pure Power 10 CM Modular 80+ Silver 400 Watt | COOLING be quiet! Pure Rock Slim Tower | OS Windows 10 Pro x64 | SMARTPHONE Nexus 5 | |
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: Nov 2001
Città: Roma □ Berlino ■
Messaggi: 1263
|
Un aiutino?
__________________
CPU Intel i7-6700K | MB MSI H110M PRO-VDP | RAM 16GB Corsair ValueSelect DDR4-2133 DIMM CL15 | GPU Intel HD Graphics 530 | SSD Samsung EVO 850 250GB | HDD Toshiba MQ01ABF050 | MONITOR Dell UltraSharp U2715H 27" 2560 x 1440 | CASE NZXT Source 340 | PSU be quiet! Pure Power 10 CM Modular 80+ Silver 400 Watt | COOLING be quiet! Pure Rock Slim Tower | OS Windows 10 Pro x64 | SMARTPHONE Nexus 5 | |
|
|
|
|
|
#4 |
|
Junior Member
Iscritto dal: May 2007
Messaggi: 17
|
lo 0 non è un parametro valido, questi sono quelli validi
Codice:
none Defines no border hidden The same as "none", except in border conflict resolution for table elements dotted Defines a dotted border. Renders as solid in most browsers dashed Defines a dashed border. Renders as solid in most browsers solid Defines a solid border double Defines two borders. The width of the two borders are the same as the border-width value groove Defines a 3D grooved border. The effect depends on the border-color value ridge Defines a 3D ridged border. The effect depends on the border-color value inset Defines a 3D inset border. The effect depends on the border-color value outset Defines a 3D outset border. The effect depends on the border-color value |
|
|
|
|
|
#5 |
|
Senior Member
Iscritto dal: Nov 2006
Città: Salerno
Messaggi: 4256
|
come ha detto il_toby, border-style indica lo "stile" del bordo ossia tratteggiato, puntinato, normale..
esattamente con quegli attributi cosa volevi fare?
__________________
NABBA Italia Federazione Nazionale di Body Building, Fitness, Cultura sportiva, Educazione alimentare |
|
|
|
|
|
#6 |
|
Senior Member
Iscritto dal: Nov 2001
Città: Roma □ Berlino ■
Messaggi: 1263
|
Credo che quei paremetri si riferiscano ai CSS del testo, questa è la versione intera:
.Stile1 { color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-style: normal; border-top-style: 0; border-right-style: 0; border-bottom-style: 0; border-left-style: 0; left: auto; padding: 24px; font-weight: normal; font-size: 15px; } Ho provato a sostituire il valore 0 con hidden, ma lo segna sempre come "Valore non supportato: 'hidden' -Interessa: Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2"
__________________
CPU Intel i7-6700K | MB MSI H110M PRO-VDP | RAM 16GB Corsair ValueSelect DDR4-2133 DIMM CL15 | GPU Intel HD Graphics 530 | SSD Samsung EVO 850 250GB | HDD Toshiba MQ01ABF050 | MONITOR Dell UltraSharp U2715H 27" 2560 x 1440 | CASE NZXT Source 340 | PSU be quiet! Pure Power 10 CM Modular 80+ Silver 400 Watt | COOLING be quiet! Pure Rock Slim Tower | OS Windows 10 Pro x64 | SMARTPHONE Nexus 5 | |
|
|
|
|
|
#7 |
|
Senior Member
Iscritto dal: Nov 2001
Città: Roma □ Berlino ■
Messaggi: 1263
|
Up
__________________
CPU Intel i7-6700K | MB MSI H110M PRO-VDP | RAM 16GB Corsair ValueSelect DDR4-2133 DIMM CL15 | GPU Intel HD Graphics 530 | SSD Samsung EVO 850 250GB | HDD Toshiba MQ01ABF050 | MONITOR Dell UltraSharp U2715H 27" 2560 x 1440 | CASE NZXT Source 340 | PSU be quiet! Pure Power 10 CM Modular 80+ Silver 400 Watt | COOLING be quiet! Pure Rock Slim Tower | OS Windows 10 Pro x64 | SMARTPHONE Nexus 5 | |
|
|
|
|
|
#8 |
|
Senior Member
Iscritto dal: Nov 2006
Città: Salerno
Messaggi: 4256
|
scusami ma proprio non riesco a capire (al di là di tutte le ottimizzazioni..
ad esempio cosa fa "left" secondo te in questo selettore? i border a 0 dovrebbero azzerare un bordo ereditato da un padre? .Stile1 a cosa è associato? un paragrafo, uno span o cosa?
__________________
NABBA Italia Federazione Nazionale di Body Building, Fitness, Cultura sportiva, Educazione alimentare |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 17:11.



















