I should think that you either have a problem in your code somewhere. More than likly its a silly thing like a ";" missing or something spelt incorretly.
I hate suggesting using frames..but it might work. You could load the asp page into another frame in the window. Although frames...
CSS does degrade to a certain extent. However Not all the attributes that CSS offer are cross browser. There are tables that you can find on the net that show the compatability of certain CSS elements. Most of the main elements work fine. Netscape 4 is a troublesome browser and although most...
Right, apart from the code problems which i havnt looked at personally, the problem with Netscape is that it will try and put a background in every cell..very anoying!
A few quick ways to sort it are as follows:
1) use the body tag and make the background image big enough so that it sits in...
Carefull with using styles in forms if you wnat this to work in Netscape 4. I normally have to do a browser sniff so that for Netscape 4 it dosent include the style. For some reason the form elements seem to disapear or dont work properly in Netscape. Ahhhh the joys!!
Ok. Here is the difference. A "DIV" has breaking space. Therefore its actually better to use "SPAN" when you are using it to give style to text, and use "DIV" for more DHTML stuff i.e hide/show layers and things....even though you can actually use "span"...
Netscape.....possibly the most anoying browser in the world!!! I too also have many many netscape problems and it does drive me insane. I just had a quick look at some of the code for TEMPLATE.CFM - (With CFINCLUDE STATEMENTS).
I noticed that there are a few colspan isuess where you may need to...
I think you might need to clarify your question a bit more. Im sure you dont mean printing on both the back and front of a piece of paper??
Do you mean being able to print stuff from one HTML page that has been stored in the history after you have clicked to another page?
Making two CSS files is a good way and then just do a browser sniff to determin which one to be used...or you can create a .js file with a netscape version and an IE version. I did this and created variables at the top of the file that determind font-family, font-size etc etc.
eg:
myFontIE =...
Where i have written "file: p2p_displayText.htm, p2p_frame.htm, and p2p_input.htm" etc. the parts under it are related to that page. You need to create the three pages that I have given you, open the p2p_frame.htm file. The code will only work if its in the frameset that i have given...
Your in luck!!! Im currently working on this function for myself. At the momment it just converts from points to pixels..not the other way round as yet. I have also created it so that you can view your text in diffent hex colours and also changes the font and sizes accodingly along with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.