When the page initially loaded, I didn't see a stylesheet.  So I pulled 
up your stylesheet and it looked fine.  Both the HTML and CSS validate.  
What's funny is, when I clicked the "back" button in my browser, 
suddenly the stylesheet was applied.

The only thing I could think of that *might* be the issue is this line:

<link href="http://www.on-line-biz.com/olb-screen.css"; rel="stylesheet" 
type="text/css" />

I think you should have the "rel="stylesheet" *before* the url to the 
stylesheet.  So it'd look like this:

<link rel="stylesheet" href="http://www.on-line-biz.com/olb-screen.css"; 
type="text/css" />

I know it sounds goofy, but that's the only thing I could think of to 
try - otherwise, everything is right as rain (as far as I can see) and 
it *should* be showing up...I can't see any *real* reason why it shouldn't.

~Shelly

>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to