overflow scroll : overflow « CSS Style « XML






overflow scroll


File: Data.xml

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="Style.css"?>
<PROJECTDB>
  <TOPICAREA>
  <PROJECT>
    <PROJECTTITLE>title</PROJECTTITLE>
    <DEVELOPER>developer</DEVELOPER>
    <CONTACT>address</CONTACT>
  </PROJECT>
  </TOPICAREA>
</PROJECTDB>


File: Stycle.css

PROJECTDB  { 
   overflow:  scroll 
}

 








Related examples in the same category

1.Determining Where Overflow Should Go