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

    Badly nested tags

    Hello folks, I was wondering if you could recommend a way that I can check my "Crazily" complex tag nesting. I've made up a page which looks just fine in FireFox but my nesting has obviously gone a little stray cause it loses CSS styles in IE after the complex menu. An example is here...
  2. Jiggerman

    Bckgrnd Image not working in FireFox

    Hello kinda and gentle people of the incredible editable internet, A quick question, have I spotted a bug in Firefox, or is there a really silly reason why the css code below display's fine in IE but not (my trusty and beloved) FireFox? #content h3{ color:#FFFFFF; background-color...
  3. Jiggerman

    IE running slowely

    Hello Folks, I was wondering if you could give me a bit of advice. I created a 4 level dropdown menu in CSS using the suckerfish design (kudos going out to Vragabond for that advice), this now runs perfectly in FireFox (No surprises there) and after a fight that would rival the final battle...
  4. Jiggerman

    Dropdown Menu not workig in IE

    Hello Folks, I was hoping one of you fine omnipitant beings could help me solve a problem with a dropdown menu I'm trying to create. I created the menu for a mate's website using a tutorial I found. With a bit of jiggery pokery this menu works perfect in Fire Fox (no surprises, 5*'s to them)...
  5. Jiggerman

    Aligning an Image to the bottom of a div element

    Hey Folks in the wonderful webland, I'm having problems aligning images to the bottom of a div element. I want to put images on the corners of the div elements borders. I've managed to get the images to align to the top without too much difficulty (using floats and pixel "management"). But...
  6. Jiggerman

    Basic Camera Panning (I have no idea!)

    Hello Folks, I'm trying to rotate a camera in 3DS MAX 6 round an model that I've created, but I have no Idea how to do it. I've tryed reading the Tutorials, but they lose me very quickly. I just want a Camera to rotate round the object and for the object to spin on an axis. Can some one point...
  7. Jiggerman

    Layout Problem's using Tables, should be easy to fix

    Hello Folks, I was hoping to get your Advice on what to do about a small problem I have with a website I'm making for a friends Buisness. I used Adobe PornoShop + ImageReady to make a site design, I then spliced in up (using a big sharp knife). The page design works fine in example1 <...
  8. Jiggerman

    Can't Run Offline script testing

    Hey Folks, In was wondering if you could help? I wrote a CGI script in Perl, but when I try and run in through the debugger, the line "(offline mode: enter name=value pairs on standard input)" Comes up. when I then put in the value pairs I can't get the script to run. From my recollection you...
  9. Jiggerman

    Redhat 9 Installation problems

    Hey folks, I just installed Redhat 9 (my first venture into Linux) on a PC with a partitioned Hardisk with XP running on the other partion. The version installed fine (I thought) but when I restarted the boot logger only showed the windows XP as an option to boot to. The partion that I have...
  10. Jiggerman

    receiving MS Oulook Web Access content on MS Outlook 2000

    Hey folks I was wondering whether it is possible to veiw/edit all my emails and preferences for my Microsoft Oulook web access accound on my home PC through Outlook 2000? Simple enough I would have thought, but I don't seem to be able to manage it through setting up a new account. I assume I'm...
  11. Jiggerman

    Formatting C: (System) How hard can it be??

    Hey folks, How hard can it be to re-format a harddisk containing Win2k?? Well when you are like me extreamly difficult! I'm wanting to reformat my Win 2k Pro machine to do a fresh installation, but I can't force Win 2k to do a reformat, I've tryed running it in Satfe mode with command prompt...
  12. Jiggerman

    having a problem searching

    Hey folks, I was wondering whther folk could give me a little advice over splitting and searching. I'm trying to parse XML files, basically all I want to do is strip away all the Tags, pretty simple I thought, but I'm having major problems with it. I thought that searching through the XML...
  13. Jiggerman

    How do I create a Down image on a button, that stays down when pressed

    Hey folks, I'm trying to create a button in Flash 4 that when you press the button, the down image will stay down. for example, if I had a triangle as the up image, a square as the over image, and a circle as the down image. when you press the button it would go triangle -> square then Cirlce...
  14. Jiggerman

    Using Action script to change the Colour of a Graphic

    Hey folks, I was hopeing that you kind people could help me. I'm using Flash 4 to creat a teaching application for kids between 8-14. What I'm trying to achieve is being able to change the colour of an symbol, pretty simple I'm sure your saying. i've never had to use actionscript before...
  15. Jiggerman

    Speeding Up Perl /TK application

    hey folks, I was wondering whether anyone had any tips they could give me on speeding up a Perl/Tk script that I wrote. The script is basically a version of Excel for Unix (although with limited functionality). It will open up a CSV file and then for each value it will create an Entry box with...
  16. Jiggerman

    Changing Cell Colours in Excel using Win32::OLE?

    Alright Folks, My sensational project for interrogating and writting to Excel is nearly finnished,......But I would like to know how to change the properties of the cells, Background colour, Border, Formatting etc I assume this is done something like this...
  17. Jiggerman

    An Array referance has been returned, but I asked for steak!

    Hello Folks, Could some one give me a little help, I'm using Win32::OLE and am trying to use the Range function to assign a set of Values from an Excel spreadsheet. When I try and use this line; @line = $Sheet->Range(&quot;A$counter:R$counter&quot;) ->{Value} ; the value assigned to the array...
  18. Jiggerman

    variable says one thing, but does another!

    I'm sorry to have to write in with such a seemingly simple problem, but like a tree I'm stumped! This script takes in an excel file location, splits it up by the slashes, puts the file name backto gether with the slashes the other way round, and doubles the amount of slashes, ergo...
  19. Jiggerman

    Unrecognized character \xA0??

    I got this error &quot;Unrecognized character \xA0&quot; when I was tryed to use Perl with Excel (using the Win32 OLE module) I've no idea, what to do about this, nor what it really means to me. the line that it references is: &quot;my $Book = $Excel -> Workbooks ->...
  20. Jiggerman

    Sending Format's output to a variable

    Can any of you fine folks out there think of a way to send the output of a &quot;format&quot; section to a variable, rather than out to a filehandle. I want to re-use it in a Tk Entry box you see. Thanks for all or any help.

Part and Inventory Search

Back
Top