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 TouchToneTommy 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: PaddyWho
  • Content: Threads
  • Order by date
  1. PaddyWho

    Active Link styles in NS4

    I need to indicate which page is the current page in a report with the page numbers serving as the navigation. This is easy and evident in IE and NS6. What css style or pseudo-style should i use to achieve this. I've tried a:active but NS4 doesnt appear to support that. Am I asking the...
  2. PaddyWho

    Styling Form elements in NS4

    I have created a search box in the top left area of my left nav bar. I have applied the following styles to the form to restrict its 'bulking' of height and breaking the design and this seems to do the trick in IE and NS6. <style>form {margin:0;padding:0;} </style> However, in NS4 there is...
  3. PaddyWho

    showing active link with image swap

    I'm coding a menu navigation and want to have a chevron pointing at the active link. Is there a simple way (or a complex one!) of doing this, as I've not seen many sites who do so. It's not a mouseover event I need, but an image swap that references the active (or even Clicked) link in the...
  4. PaddyWho

    Applying 2 x onChange actions in a Form using Frames

    I'm building a site with around 4 frames. One has a 'jumpmenu' that serves different urls in two other frames. I've managed to make my ugly scripts working in IE, but in NS(4-6)I get simply &quot;<html><body></body></html>&quot; displaying in both targetted frames. The jumpmenu frame is...
  5. PaddyWho

    creating 'composite' links using document.write

    I'm using a content managent system and I am trying to serve dynamically generated url links that are made up of the referring url of xml data, surrounded by a particular template reference. The <DYB_PROP> tags in this code are specific to the CM software (Dynabase) and should print the host...

Part and Inventory Search

Back
Top