Java tidbits
Thursday, January 13, 2005
How to have a page start from the top of the browser window, and occupy entire height of the browser
Using XTHML and CSS:
html, body {
height: 100%;
margin: 0;
padding: 0;
}
table {
height: 100%;
width: 100%;
background-color: #CCC;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
About Me
Girish
View my complete profile
Blog Archive
►
2009
(2)
►
August
(1)
►
February
(1)
►
2007
(1)
►
December
(1)
►
2006
(1)
►
January
(1)
▼
2005
(5)
►
March
(1)
▼
January
(4)
convert String to InputStream
How to have a page start from the top of the brows...
avoid JDialog from being hidden when user switches...
Setting cursor for entire application
►
2004
(12)
►
December
(1)
►
November
(2)
►
October
(1)
►
September
(3)
►
August
(5)
No comments:
Post a Comment