Previous Message
Next Message

Site check please

Sent by Drew Harris on 9 October 2003 22:10


Hello all,

I am new to CSS-P, and if this message gets posted twice, my apologizes, I
sent it several days ago and have not seen it or any response yet....
I have this site that is nearly complete (design wise).  However, not all
features work with all browsers (yet).
http://www.spiderwebmaster.net/JBFsale/
And http://www.spiderwebmaster.net/JBFsale/css/jbf.css for the css file

/*left nav issue*/
I am using a UL and LI for my left nav with background images that change on
hover to create the button look... (which the client wants).  However, I
have been told they do not work properly in IE6 on the PC as well as Opera
on my Mac.

/*date issue*/
And, in IE5.5 and 6 PC...
My date and datearea are not showing up correctly... I am sure this is an IE
PC bug and I will need to use a workaround, so if someone could help me
understand which one to use I would appreciate it.

Both of these issues have their CSS stuff near the end of the linked CSS
document above.  However, here is the data and datearea part.

/*Layout*/
#datearea {
    position:fixed;
    top:0px;
    right:0px;
    text-align:right;
    z-index:600;
}
/* Color Scheme */
#date {
    font: Verdana, Geneva, Arial, helvetica, sans-serif;
    background: rgb(255,255,102);
    font-weight: bold;
    font-size: 14px;
    font-style:italic;
    height:20px;
    border-left-width:2px;
    border-bottom-width:2px;
    border-top-width:0px;
    border-right-width:0px;
    border-color: rgb(204,0,0);
    border-style:solid;
    padding:5px;
    z-index:700;
}

Thanks,
Drew Harris

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

Message thread:

Possibly related: