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

    Floating image in IE

    I have the syntax working exactly as needed for standards compliant browsers such as Firefox as seen here: <div style="position: fixed; right: 10px; top: 10px; width: 50px; height: 50px; background: red;">Fixed</div> I need to do the same thing in IE. I was told Javascript would be the way to...
  2. sc123

    What is the best way to make a floating image?

    Should I use Iframe, CSS float, Div layering or something else to accomplish the following, and what code should be used? I want to have a graphic "float" in the bottom left hand corner of the browser window (just like the feedback image at http://support.interland.com). It will overlap...
  3. sc123

    Layer Positioning Question

    If I have the following tag and I want it to remain in the same sport althogh the page is centered and the resolution will vary from computer to computer, what do I need to add?: <div id="Layer1" style="position:absolute; width:200px; height:291px; z-index:1; left: 221px; top: 216px;"> Thanks, SC
  4. sc123

    Xante 3G Printer Issue

    I'm having a problem with a Xante 3G printer. The drivers on the machines (some G4 Cubes, some IMacs, some custom Macs...all running OS 9.x) are all updated to the latest version from the Xante website. When multiple workstations print to the printer it can take several hours for the documents...
  5. sc123

    How do you add users to the Global Address List?

    I add a new user and mailbox but that user does not appear in the GAL. Any idea why and/or how to get them in there? Sincerely, SC
  6. sc123

    Merge & Center Hotkey in Excel 2003

    Does anyone know the key for this? Thanks! SC
  7. sc123

    Cannot recover deleted items

    Using the Outlook client or OWA will not let us recover deleted E-Mails that have been deleted from Deleted Items. I have the information store setup for 30 days, however it does not seem to be working. Any ideas? Sincerely, SC
  8. sc123

    Exchange 2003 Upgrade deletes Deleted Items

    After upgrading Exchange 2000 to 2003 it changed the rule for Deleted Items to automatically purge them. How do I reset this rule to allow users to purge and how do I recover the data it deleted? Thanks, SC
  9. sc123

    How do you change the New Mail sound in Outlook XP?

    I found the setting for OE, but how do you change the New Mail Notification sound effect for Outlook Express XP in Win XP? Sincerely, SC
  10. sc123

    XP will not restore mapped drives on a Windows 98 machine

    Windows XP shows the red disconnected X on the mapped drive I made to a share on a Windows 98 machine every time I log off or reboot the XP machine. If I double click it the drive prompts me for a password and I enter it, then the drive is accesible, but that's lame. I assigned the username...
  11. sc123

    How do you open a window in a specific size?

    Hey all: Using the code below (which detects Flash player presence), how do I open the flash.html and noflash.html in a specific window size in the same browser window? I just can't figure out the syntax. Thanks! -SC <SCRIPT LANGUAGE=JavaScript1.1> <!-- var MM_contentVersion = 6; var...
  12. sc123

    Loading multiple .swf files from the first .swf file

    How can I load other .swf files from the first? For example, I have a root .swf that is the &quot;background&quot; for the website. Each of the other .swf files are the &quot;content&quot; pages for the site. The entire site is of course Flash. I'm using Flash MX 2004 Pro. Thanks! SC
  13. sc123

    Applying components

    I'm missing something obvious. When I download components (for fades and other nifty things) they all say to drag and drop them over the symbol (usually a movie symbol). Well I do that and it just drops the component object into the symbol or stage itself. I'm using Flash MX 2004 Pro. What...
  14. sc123

    Preloader appears only after 3/4 loaded

    I've tried a number of preloaders and they all appear only after about 3/4 of the SWF has loaded. For example 150/180k. They are in the first frame in their own layer and the rest of the layers don't begin until frame 2. Any ideas? Thanks, SC
  15. sc123

    Intermediate Level Flash tutorials?

    Can anyone suggest some mid-level Flash MX 2004 tutorials? I feel capable of creating symbols and other basic items but I'm a bit confused as to how the Components and Actionscripts work together with the other items. I need something that I can use to piece everything together in my...
  16. sc123

    Need more restrictions for user accounts

    I need to achieve the following with some of my GroupWise 6.5SP1 users: -Remove the &quot;Novell GroupWise Address Book&quot;. I don't want them to be able to see the others users on the system -Restrict login times so they can only login during ceratin hours on certain days -Restrict the size...
  17. sc123

    DHTML Menu appears behind flash in Opera 7

    As seen here: http://www.franklincity.k12.va.us/ I was able to get it working properly in IE by adding: <param name=&quot;wmode&quot; value=&quot;transparent&quot; /> Works fine in NS 7.1, but the cursor appears instead of the mouse arrow. Any ideas on these issues? Thanks, SC
  18. sc123

    How do you Remove CALS installed via floppy?

    How do you Remove CALS installed via floppy? I installed Terminal Services Lic thinking that would should them but it didn't. Thanks, SC
  19. sc123

    Site doesn't appear in Opera 7

    Can anyone tell me offhand why the following site will not appear in Opera 7: http://www.franklincity.k12.va.us The title works, and you can view the source code properly, but no content appears in the browser window. Works in IE and NS 7 perfectly. Thanks, SC
  20. sc123

    Server side includes in Flash objects

    How do you call server side includes when the button has been &quot;released&quot;? I want to create a text file to exist on the server side so my clients can update that and not have to use Flash. When the button is released the flash obj will reference the html code in the server side...

Part and Inventory Search

Back
Top