Previous Message
Next Message

Stuck on some simple css

Sent by Scott Haneda on 23 November 2004 05:05


I have two small issues, one I can fix with html, but would rather use CSS,
the other I am not sure how to fix:

<http://www.photoxicated.com/archive.ws>
There is a 1px black border, I want that, however, there is a white space
around all the cells that I want to go away and I can not get it to.  I can
use html border=0 cellpadding=0 cellspacing=0 to make it go away, no CSS
wants to work for me on this.

On the above, I would also love to add a 4px grey border outside the 1px
black border can someone suggest a way to do that as well.

Second issue <http://www.photoxicated.com/index.ws?id=1> I want the "vote @
photoblogs.org" to be positioned to the right of the copy it is now under, I
have played with the settings, but I can not get it to work.

Css below and also linked on the site:
body {
    background: #FFFFFF;
    margin: 0px;
    font-family: verdana;
    font-size: 13px;
}

a {
    color: #444444;
    text-decoration: none;
}

a:link {
    color: #444444;
    text-decoration: none;
}

a:visited {
    color: #444444;
    text-decoration: none;
}

a:active {
    color: #444444;
}

a:hover {
    color: #444444;
    text-decoration: underline;
}

#picturebox {
    padding: 10px 0px 0px 20px;
    text-align: left;
}

..bodypic {
    padding: 7px;
    background: #E9E9E9;
    border: 1px solid #D1D1D1;
}

..nextprev {
    padding: 10px 0px 0px 80px;
    text-align: left;
    font-size: .85em;
}

..title {
    font-size: 18px;
    width: 375px;
    position:absolute;
    z-index:2; 
    left: 80px; 
    top: 25px;    
}

..comment {
    padding: 10px 0px 0px 80px;
    text-align: left;
    width: 300px;
    font-size: .85em;
}

..foo {
    padding: 10px 0px 0px 80px;
    text-align: right;
    display: block;
}


..archive {
    padding: 0px 0px 0px 0px;
    width: 99px;
    height: 66px;
    border: 1px solid #000000;
}

..indent {
    padding: 10px 0px 0px 60px;
    text-align: left;
}

 
-- 
-------------------------------------------------------------
Scott Haneda                                Tel: 415.898.2602
<http://www.newgeo.com>                     Fax: 313.557.5052
[EMAIL-REMOVED]>                          Novato, CA U.S.A.


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: