Dieser Artikel stellt hauptsächlich mehrere spezielle Trennlinieneffekte in HTML vor. Er hat einen gewissen Referenzwert. Jetzt können Freunde in Not auf
HTML-Trennlinieneffekte zurückgreifen und nützlich. Schöne Trennlinie, Freunde in Not können sich darauf beziehen.
1. Grundlinien
2. Spezialeffekte sind nicht isoliert und können kombiniert werden untereinander)
1. Verlaufstransparenz an beiden Enden:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="80%" color=#987cb9 SIZE=3>
2. Spindelform:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=2)" width="80%" color=#987cb9 SIZE=10>
3. Verlaufstransparenz auf der rechten Seite:
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=1)" width="80%" color=#987cb9 SIZE=3>
4. Verlaufstransparenz auf der linken Seite:
<HR style="FILTER: alpha(opacity=0,finishopacity=100,style=1)" width="80%" color=#987cb9 SIZE=3>
5 . Gestrichelte Linie:
<HR style="border:1 dashed #987cb9" width="80%" color=#987cb9 SIZE=1>
6. Doppelte Linien:
<HR style="border:3 double #987cb9" width="80%" color=#987cb9 SIZE=3>
7 >
<HR style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>
8. Stahlnadeleffekt:
<HR style="FILTER: progid:DXImageTransform.Microsoft.Glow(color=#987cb9,strength=10)" width="80%" color=#987cb9 SIZE=1>
9. Vertikale Trennlinie
<table border="1px" cellpadding="0" cellspacing="0" style="height:265px;border-left-style:solid; border-bottom-style:none;border-right-style:none;border-top -style:none">
<HR align=center width=300 color=#987cb9 SIZE=1>
Linienposition ausrichten (optional links, rechts, Mitte); Breite, Größe, Farbe, Farbe; 🎜>
Das obige ist der detaillierte Inhalt vonMehrere spezielle Trennlinieneffekte in HTML. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!