Satya - Friday, July 08, 2005 9:07:15 AM
Styling a table: an example
table.report
{
BORDER-COLLAPSE:collapse;
border-color:red;
border-spacing:2px;
background:#c1e0ff;
font-size:10;
font-family:verdana;
width:80%;
}
table.report td
{
border:1px solid navy;
}
table.report tr.header
{
background:green;
font-size:14;
color:white;
text-align:center;
}
Satya - Monday, July 25, 2005 8:43:56 AM
Compacting a paragraph
div.centered p
{
text-align:center;
margin-top:1px;
margin-bottom:1px;
}
div.compact p
{
margin-top:1px;
margin-bottom:1px;
}
Satya - Thursday, July 28, 2005 3:21:02 PM
Are there any test simulators for various browsers
There are some but they all require money. I wonder why Apple won't provide a testbed for their safari browser. This will ensure sites will run on multiple browsers. Otherwise it is hard for developers of one OS to test their stuff on another browser.
Satya - Thursday, July 28, 2005 3:47:56 PM
Other possible sites for this kind of testing
BrowserCam NetMechanic
Satya - Thursday, July 28, 2005 3:49:20 PM
Possible key words for google on the subject
danvine browsercam netmechanic
or
safari compaitibility css testing
Satya - Friday, July 29, 2005 4:55:16 PM
Problems with iCapture
I could not use a url that has arguments in them. Some how icapture puts a backslash before the ampersand. This messes up the url submitted. Don't know how to resolve this yet.