Jump to content
php.lv forumi

DIV elements uz IE vs Opera


Sandis

Recommended Posts

Labsriits!

Ir DIV elements web lapaa. Uz IE tas atteelojas ar scroll baru, savukaart - uz Operas7 - nee! Where's is problem. Me don't understand!

Kods:

<div style="overflow-x:hidden; border: #00FF99 1px solid; overflow-y:auto; width:<? echo $width;?>; height:<? echo $height;?>; text-align:justify; margin-left:30px; margin-left:30px; margin-top:30; font-size:10px">

Link to comment
Share on other sites

Es neesu nekaads tur lielais HTML zinaataajs, pats veel maacos, bet vai nevar daudz vienkaarsaak to scroolbar aizlaist caur stilu. tip kaut ko taadu

<STYLE>
BODY     {scrollbar-3dlight-color:black;
          scrollbar-arrow-color:#FF4009;
          scrollbar-base-color:grey;
          scrollbar-darkshadow-color:#380273;
          scrollbar-face-color:#FFB53C;
          scrollbar-highlight-color:white;
          scrollbar-shadow-color:white}
</STYLE>

Nu nezinu

Link to comment
Share on other sites

Ar <STYLE>, vai bez uz Operas tā lieta aizgāja,t.i, horizontālo scrollu "var" noņemt, ja, piemēram, tabulas izmēri, kas atrodas <DIV> elementā, ir mazāki par <DIV> elementa izmēriem. Rēcīgi, bet tieši tur man bija problēma! :)

 

Secinaaju, ka 'overflow-x/-y' strādā tikai uz IE, bet vienkaarshi overflow (overflow:auto) straadaa uz IE, Mozilla, Opera7; nestraadaa uz Netscape un Opera5;

Link to comment
Share on other sites

×
×
  • Create New...