View dabblet.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
margin:0; | |
padding:0; | |
min-height:100%; | |
height:100%; | |
} | |
div { | |
width:800px; | |
height:800px; | |
margin-bottom:-390px; |
View dabblet.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DSK-357901: Opera tab in forms bug */ | |
.wrap1 { | |
visibility: hidden; | |
} | |
.wrap2 { | |
visibility: visible; | |
} |
View dabblet.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* DSK-357901: Opera tab in forms bug */ | |
.wrap1 { | |
visibility: hidden; | |
} | |
.wrap2 { | |
visibility: visible; | |
} |