I tried to make a page with 3 colums in the center , but it is not working in netscape.
does anyone know what is wrong?
3 cols in the center
Hi Sonvalis,
Without seeing the source and css or having a detailed explaination of whats not working we can't really help.
Why not make a copy of a page, without the javascript that deny's access to the source.
I for one, wont waste my time trying to get any further. :roll:
3 cols in the center
I removed the source protection. Sorry about that!
The problem is that in netscape all colums (3 of them) overlap in the left side of the website. It is not possible for me to get the normal layout; 3 colums in the center.
please tell me what I am doing wrong.
thnx,
mark
3 cols in the center
Hi Mark,
Thanks for removing the security,
I'll have a look and get back as soon as possible.
3 cols in the center
Back again,
I'm at work so can't look to closely
The first thing I would try is to give #sionvalais a little extra width.
Netscape seems to like some extra space when floating. Try:
#sionvalais {width:850px;...}
And let me know how it goes.
3 cols in the center
Does not make a difference...
3 cols in the center
Hi Mark,
Your quick to put the security back on.
If people want to see your source they bad enough they will get to it.
In your CSS file you should remove
<style type="text/css">{ }
and
--> </STYLE>
Your problem with Netscape is fixed if you add a valid doctype to the top of your file before the html tag eg.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html>
3 cols in the center
That's it! GREAT
cheers
mark
3 cols in the center
BTW why do the colored scrollbars disappear?
3 cols in the center
'cos they're not proper CSS, just something that works in later versions of IE. Apparently declaring a proper doctype removes their functionality from IE...
3 cols in the center
Actually, they go away with an xhtml declaration.
Bring them back by putting them inside
html, body {
scrollbar stuff here;
}
3 cols in the center
Just to let people know, its impossible to disable view source.
If you type in
view-source:
before the web domain it will open up the default html editor with the source in it. This should work, for some reason it doesnt work at school where I am now :? .
3 cols in the center
Ahah it doesnt work at school because the admin has disabled it :roll: .
3 cols in the center
Just checked out that 'security'. (if you read this again, I'm the dera.gov person!)
Personally I find things like that immensly irritating, since the quickest way I've found of going back through pages is to right-click and select back; the back button on the browser is just far too far away. Or maybe I'm lazy.
As for viewing source... in IE, selecting View->Source will let you see it, so it doesn't stop people looking at it anyway! I once had something similar then realised that there was no point, and removed it. Like lizo said, if someone's that desperate they'll always find a way around.
3 cols in the center
Disabling JavaScript allows you to view the source in most browsers, that is if JavaScript was used to protect it as it was in this case.
But the point is that if you expect some help make it easy on us.