Preserved Topic: CSS ver 3 w/remote loading (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Solitary confinement |
posted 12-31-2001 21:42
hopefully, ya'll like this. it's gonna be my perm site for awhile. Comments? |
Maniac (V) Inmate From: out of a sleepy funk |
posted 12-31-2001 23:36
Yay! That's nice colors, much better. Now if you could juct get rid of those irritating animated GIFs |
Paranoid (IV) Inmate From: under your rug, |
posted 12-31-2001 23:45
Looks very nice in MSIE 6.0, but I was suprised to see that Netscape 6.2 "their newest one" won't load your page at all except for all the blueish text in the center shows up fine. Did you already expect this? |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 01-01-2002 01:00
Want me to remove yours JK? |
Bipolar (III) Inmate From: midair |
posted 01-01-2002 07:59
It is really stunning.. the colors and layout are beautiful.. Darn Navigator ! It is fine in IE5 and AOL |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 01-01-2002 10:22
Allewyn, instead of downloading bloated Shitscape 6, you can always download Mozilla, which is just under 10Mb... |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 01-02-2002 02:36
You're right Max, although O6 at least shows me that the center content box is high and left. Most of the page loads (I suspect it all does but some things are hidden behind others) so I can at least see where things are. |
Bipolar (III) Inmate From: midair |
posted 01-02-2002 08:20
Check for &-nbsp; or an empty cell... Navigator does the specs correctly.. an empty cell is collasped so stuff is overlayed and scrambled if a cell is not filled with &-nbsp. . .also a background color cannot be in a div even though IE5 will read it that way. From what I can determine, color has to be in a class.. these are the problems with overlaying I have with Nav..IE 5 does not collapse the cell if the div has a background color... how IE5 determines the cell sizing puzzles me..As I say I cannot read your code but it may help.. I prefer the way IE5 does it but Navigator is correct. btw..Allewyn ,what is remote? |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 01-02-2002 20:45
sky - thanks for the feedback.as i'm not using *any* html besides <body> and <p>, i don't have cells. what you say about the background-color property was fixed (or supposedly fixed) in N6. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 01-02-2002 20:54
btw: it seems as if you want to link either to me or to warmage, but you gotta choose! |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 01-03-2002 18:02
rofl! looks like *you* gotta choose bud! arre you grumble or warmage? i'll take care of it. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-04-2002 01:53
Allewyn: I'm still having browser problems so I can't see it as it is intended but I have seen it looking not as you intended. I'll have a look at it and see if there is an easy solution but I suspect the problem is a common one (and one I've run across) in that you really need to test in other browsers as you build the page. I've come up with great looking pages in IE only to then test them in Op5 and NS6 and discover that they exploded. The general advice I give is that you should go back to basics and start building the site up from the basics testing in the other browsers all the time. It should be doable crossbrowser and it may even prove quicker than staring at it for ages, tweaking a few styles, staring, etc. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 01-04-2002 03:05
Allewyn: OK I'm now using IE6 and I see what you were aiming for. Two main areas strike me initially (with some pos. solutions): |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 01-04-2002 21:54
Ok, the change from span to div gave me the menu look i wanted. not gonna use float on something i want to show people just yet lol! i don't understand it yet... |