Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: realgaz
  • Order by date
  1. realgaz

    Display a file residing on a different server?

    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...
  2. realgaz

    Drop Down Menu thoughts

    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...
  3. realgaz

    Netscape is making me MAD!!

    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...
  4. realgaz

    Drop Down Menu thoughts

    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!!
  5. realgaz

    DIV vs SPAN

    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&quot...
  6. realgaz

    I have a NETSCAPE Dilemna

    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...
  7. realgaz

    Can you print on the front and back of a page?

    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?
  8. realgaz

    CSS and ASP - two tastes that don't go great together?

    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 =...
  9. realgaz

    pixels and points

    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...
  10. realgaz

    pixels and points

    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...

Part and Inventory Search

Back
Top