Forum Moderators: not2easy

Message Too Old, No Replies

Resize loses CSS...

I resize the browser and lose my CSS nav...

         

phyr3tak

8:41 am on Nov 15, 2003 (gmt 0)



Hi,

I am learning CSS, and want to put my CSS navigation on top off an image (part of my layout). This script has worked fine without a <div> but now I am using it inside of a <div> positioned absolute which contained inside a container div that is positioned relative. Anyway, when I open the page in IE, it shows up fine...but if I resize the window...or minimize it...the buttons disappear until I refresh agian. What causes something like that? I think I read somewhere that it happens a lot...is there a way around it other than reloading the page each time its resized?

stoby

3:25 am on Nov 18, 2003 (gmt 0)



Yeah actually I'm having a similar problem. I have a lot of tables on my site that use this style:
.onePxGrid {
background: #FFF;
color: #000;
border: 1px outset #000;
border-collapse: collapse;
}

I apply the style in the <table> and in each <td>, and it seems to work. BUT (I discovered when my tables got bigger than one page down) when I scroll down, then back up again, the 1-pixel borders created above disappear randomly. It's incredibly annoying... using IE 5.5 on Windows right now and I don't have access to other machines/browsers at the moment, so I don't know whether it's browser-specific. Sorry to answer your question with a question but I figure somebody's out there who knows how to kill both of these ugly birds with one stone...

Ben