View Single Post
Old 15-08-2003, 15:01   #1 (permalink)
dan
Iris Folder
 
dan's Avatar
 
Join Date: Apr 2003
Location: smokey
Posts: 2,643
Erm, help with something I know I shouldn't be doing...

Lot's of images in a table to make up a page... sorry.

However looks fine in Opera & IE on mac but screwed in Netscape and Safari, pesky unknown border thing going on. I think I've covered everything (and made a comedy style sheet to boot) but I can't seem to get rid...

Well here's the CSS and a screen shot from Safari... laugh away

/*Start Comedy Style Sheet */

body {
margin : 0px;
font-family:arial, verdana, sans-serif;
font-size: 10px;
color : #7e8b94;
text-align: center;
border: 0px;
padding: 0px;
border-style: none;
}

object{
margin: 0px;
border: 0px;
border-style: none;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
border-style: none;
}

table {
background-color:#ffffff;
margin: 0px;
padding: 0px;
width: 100%;
text-align: center;
border: 0px;
border-style: none;
}

tr {
border: 0px;
margin: 0px;
padding: 0px;
border-style: none;
}

td {
text-align: center;
border: 0px;
margin: 0px;
padding: 0px;
border-style: none;
}

h1 {
color: #ffffff;
font-size: 5px;
}

h2 {
color: #ffffff;
font-size: 5px;
}

h3 {
color: #ffffff;
font-size: 5px;
}

/*div {
text-align: center;
vertical-align: middle;
color: #7e8b94;
font-size: 9px;
}*/


a:link, a:visited, a:active {
color: #7e8b94;
font-size: 9px;
font-weight: bold;
text-decoration: none;
border: 0px;
margin: 0px;
padding: 0px;
}

a:hover {
color: #939393;
border: 0px;
margin: 0px;
padding: 0px;
}

.base {
color: #ffffff;
font-size: 5px;
border: 0px;
margin: 0px;
padding: 0px;
}

a.base {
color: #ffffff;
font-size: 5px;
border: 0px;
margin: 0px;
padding: 0px;
}

/* end comedy style sheet */

It will be compacted once I've worked out the problem, just find it easier to work with long styles and then condense down later once it all works. The table is dead simple, just straight with <img> <a> in the various places, cellpadding and cellspacing are both set to zero.

I'm having a thick day.

And need top solve it quick quick quick... on Monday anyway

Cheers

D.
Attached Images
File Type: jpg picture-1.jpg (34.9 KB, 86 views)
  Reply With Quote