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

    How to make letters more narrow?

    In the html below I want to make the letters more narrow. I read about Css-property font-strech but I cannot get the letters more narrow. Could someone help? I know about letter-spacing property, but that makes the space bewteen the letters smaller and I want to make the letters themselves more...
  2. vanbeugen

    How to get rid of this horizontal scrollbar?

    In the html below (see also http://www.creatief-denken.be/opl47k.html) I have in IE a horizontal scrollbar and a vertical scrollbar. In the #contentRight div I use the command "overflow: auto" in order to let the text scroll vertically. I want to get rid of the horziontal scrollbar but I don't...
  3. vanbeugen

    How to get lineheight of links the same in FireFox as in IE?

    In the html http://www.inspiration-company.nl/test40.html I have placed 4 links. In IE there is a normal small vertical distance between the lines of these links. In Firefox however there is more distance between the lines. Is there a way to get the distance in FireFox the same as in IE?
  4. vanbeugen

    How to make scrolling text under header?

    In the HTML below I use divs contentleft, contentcenter and contentright. Because the text under the Header Contentright is so long I would like to make a scrollbar for the text of contentrigth but withoud the Header contentrigth, so that you alwaus see the header when scrolling the text. Is...
  5. vanbeugen

    How to find double records in Excel file?

    Is there an easy way to detect double records (rows) in an Excel file. A trick in Excel or is there any other software to detect this?
  6. vanbeugen

    How to add alternative text and title to image in "var"?

    In a javascript I use the following code: Code: <script type="text/javascript"> <!-- var preloads=[]; var data=['image1.jpg','image2.jpg','image3.jpg']; etc. // --> </script> Now I would like to add a code for alternative text and title for each jpg-image. How should I write that?
  7. vanbeugen

    How to add opacity rollover to these images?

    In the html below I would like to add a roll over to the 4 images to change their opacity from for example 60 to 100. I added another fifth image (druiven.jpg at the end of the html) to show what I would like to achieve with the 4 images also. I hope someone could help. This is the html I have...
  8. vanbeugen

    How to get images in their original form as thumbnails?

    I would like to make a photo gallery with thumbnails which can be enlarged by clicking on a thumbnail. I made a first html on www.festifood.gallery5.html. I use a table and thumbnails of photo's with height=80 and width=60 all fixed in the html code. But if an image is square or landscape I'll...
  9. vanbeugen

    Problem with html-tag

    In the html http://www.management-trainingen.nl/test.html I use doctype: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> and as html-tag: <html xmlns="http://www.w3.org/1999/xhtml">. The W3 validator doesn't accept this last code and gives the following error: there is no...
  10. vanbeugen

    How to make 2 different transparent layers?

    Below I have a html with one transparent layer. Now I would like to make more than one, but I'm puzzled by the name "div" of the transparent layer and don't know how to declare another one. Can anyone help? This is the HTML for the one transparent layer: <html> <head><title>Untitled</title>...
  11. vanbeugen

    How to make a page a bit smalller in Acrobat 6.0?

    An A4 page in Adobe Acrobat 6.0 is too big for my printer. I would like to make the page 4-5% smaller and then put that page in another Acrobat file where all dimensions are already OK. Is there an easy way to make hust one page a bit smaller?
  12. vanbeugen

    How to change this vertical scroller into a horizontal one?

    In the html below I use a script for a vertical scroller. The links move the scroller up and down to the correct part of the text. Now I would like to change the scrolling to the horizontal direction, moving to the left or the right to the correct part. Would such a thing be possible? This is...
  13. vanbeugen

    How comes this slidescript is not working anymore?

    On the HTML-page http://www.inspiration-company.nl/scrollerdan2.html There is a simple horizontal scroller of an image and a text which stops on mouseOver of the image. But when I add a simple slideshow to the html with a body onload function (see...
  14. vanbeugen

    What's wrong with this fadein?

    In the HTML below I want a div containing a text and an image to fade in after a preset time (in this case 2 seconds). The fadingin works but a little bit later there comes an error. What do I do wrong? <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta...
  15. vanbeugen

    Is it possible to place an Excel table in PPT?

    I wonder if it is possible to place an Excel file in Powerpoint. The excel file is made of different cells which are automatically added up to a total. Is it possible to get it so in Powerpoint that I can fill in numbers and that the total sum is also automatically calculated and shown in...
  16. vanbeugen

    How to start Batch Capturing?

    I use Premiere Pro and I would like to start batch capturing. So I start a new project, then I go to file but then only "Capture" is active and can be clicked upon. The item "Batch Capture" is not active, so I cannot click on it. What do I do wrong?
  17. vanbeugen

    Is it possible to get only one image as background?

    In the HTML http://www.festifood.nl/table12b.html I have set a background-image as background for a table cell. I have made that table cell as wide as the total screen. The image itself is not that wide, so the image repeats itself. Is there a way to let the image take the dimensions of the cell...
  18. vanbeugen

    How to get this centered layer on top of the other?

    In the HTML below I have two centered tables (irrespective of the width of the screen), one in layer "layertable1" and the other in "layertable2". I make this because I want to put semi transparant imgeas and text in "layertable2" exactly on top of "layertable1". Now the question is: how do I...
  19. vanbeugen

    Is it possible to make mini prints of PPT presentation on 1 page?

    Is it possible to make mini prints of the dia's of a PowerPointPresentation on 1 page with the numbers of the dia's on it so that you have a handy overview of all dia's of a PPT presentation and you can see easily which number a certain dia has?
  20. vanbeugen

    Export problem with PM 6.5 on Mac

    I use Premiere 6.5 Mac on my Apple G4 IMac and I have a problem whem exporting the timeline to Quicktime. I have project that last about 28 minutes. Relatively simple trakcs, no effects or so. When I select 'Export timeline', everything works as it should right up until the very very last moment...

Part and Inventory Search

Back
Top