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: nchan
  • Order by date
  1. nchan

    my first div - fixed footer

    Ah, thank you M. Brooks ================================= If anyone else is interested. Found the fixed footer sample here: http://limpid.nl/lab/css/fixed/footer Thank you all kindly!
  2. nchan

    my first div - fixed footer

    body{ margin:0; padding:0 0 100px 0; } Why does this work? Thanks! nchan
  3. nchan

    my first div - fixed footer

    Hi I'm trying to learn CSS div's used this tutorial http://happypixels.blogspot.com/2004/08/your-first-style-sheet-fun-with-css.html. Questions about my results. How do I make the the page fill the browser window, without the white border around the edges? Top, left and right margin:0px...
  4. nchan

    External Scrollbar.js

    Hi Dan, I don't know what happened but the problem seemed to right itself. Maybe for now. Browser glitch or whatever the horizontal scrollbar on the iframe page in question has disappeared. The code as it stands is shown above as a scrollbars.js file. The doc type is <!DOCTYPE HTML PUBLIC...
  5. nchan

    External Scrollbar.js

    Hmmm.. .. no actually this doesn't work either.
  6. nchan

    External Scrollbar.js

    Addng the if statements to the iframes did it! Thanks a mil nchan
  7. nchan

    External Scrollbar.js

    The page in question uses an iframe. It is that iframe that shows both scrollbars. I wish to hide the horizontal scrollbar. Thanks nchan
  8. nchan

    External Scrollbar.js

    Vragabound ! Manarth ! Thank you for your suggestions. I understand that colored scrollbars are only specific to IE. Just something I wanted to try and at the same time keep my code valid by using an external .js file. nchan
  9. nchan

    External Scrollbar.js

    Hello, This is the code I'm using. Is there a way to change it so it only displays the vertical scrollbar? Thank you! browser_version= parseInt(navigator.appVersion); browser_type = navigator.appName; if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {...
  10. nchan

    How to remove Quicktime from startup in Systray, Win XP

    Exactly ... I don't like that icon in the systray either. Startup Control Panel neat little FREE utility. http://www.mlin.net/StartupCPL.shtml Give this a try!
  11. nchan

    How to float a text container over a background image

    GOT IT! I need to use plain layers <div> Thanks for reading.
  12. nchan

    How to float a text container over a background image

    I have a test page here. http://www.geocities.com/daynacee/day.html My container is sitting below the graphic instead of over it. Thanks nc
  13. nchan

    New windows in tab browser don't work

    >>Confirm your preferences settings for these two browsers.<< There lies the problem. I am trying to address the people who don't know that tab viewing is a browser option. That when viewing in tabs 'they' have the mouse option to view a link in a new window (not as a specified size but as full...
  14. nchan

    New windows in tab browser don't work

    Currently I am using this script. <script language="JavaScript" TYPE="text/javascript"> <!-- function openWindow(myLink,windowName) { if(! window.focus)return; var myWin=window.open("",windowName,"height=150,width=150,dependent=yes,scrollbars=no"); myWin.focus()...
  15. nchan

    New windows in tab browser don't work

    thanks, I'll give that a try.
  16. nchan

    Automatically goto specific frame of swf when page opens

    That was too basic, sorry. If the viewer clicks on a link to a frameset (the frameset has the swf as one of the pages). What was the code you are working with?
  17. nchan

    Automatically goto specific frame of swf when page opens

    Did you try this? <a href="your.swf" target="yourframename">See swf</a>
  18. nchan

    New windows in tab browser don't work

    Is there anyway to force a tab set browser to popup a new window of a specific size 200pixels x 200 pixels? Needed purely for presentation purposes to allow the viewer to view samples. Seems that the scripts for specifying window options don't work either. Am I missing something or is that the...
  19. nchan

    Tables 100%

    Ah Ha! Got It! CliveC Thank you for your initial suggestion to reduce the problem to its essence *cLFlaVa Thank you for your suggestion to toss the table The solution was to create a page for the javascript background change with an Iframe width="100%". Now it works in the 3 browsers I use...
  20. nchan

    Tables 100%

    I am perplexed. The problem only exists using Internet Explorer. I have uploaded the files to my site, and its still misbehaving. And then I create a site on 'geocities' it pops up an ad thingamajig on the right side within the iframe and on minimizing it ... wouldn't you know, the page...

Part and Inventory Search

Back
Top