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

    display issue

    Hi, I've designed this website www.purepilates.co.za using mainly CSS and Div's. It displays fine in IE 7 as well as firefox, but when i use IE 6, it looks a bit destorted. Is there a way to fix this display bug for IE 6? I'm not keen in redoing the website using tables! please assist!
  2. pixel69

    Grouping dates by year

    I have a set of records for news articles. Dates are stored dd/mm/yyyy. How can i group the records by year within the sql query? eg: <B>News for 2007</B> 1. blah 2. Blah 3. etc etc <B>News for 2006</B> 1. blah 2. Blah 3. etc etc THis is the current code that i'm using: <%sql = "select...
  3. pixel69

    Wanted: Free voting polls for websites

    Where can i get a free web poll for my website? I'm looking for something where people can only vote once and also display stats etc via an admin suite!
  4. pixel69

    How do i deactivate a screen using a div/layer when u need to log in?

    This might sound confusing: How do i deactivate a screen using a div/layer when u need to log in? I've seen it on other sites where there is a layer/div (semi transparent) overlays the screen and a login screen appears right on the top. Once you login the semi transparent screen/layer dissapears!
  5. pixel69

    Applying styles to a scrollbar in .NET

    When I used to create template designs using ASP it was easy to apply a certain style to a scrollbar using CSS. How does one do this in .NET? When I work on the template in VS 2005 and try and compile, the system complains about the scrollbar css and doesn't apply it. Is there a new way of...
  6. pixel69

    taLimit on a TEXTAREA in .net. Char limiter

    I've tried to add a textarea limiter to my aspx page. This is currently what i have: <ASP:TEXTBOX id="txtItemText" onkeypress="javascript:return taLimit()" onkeyup="javascript:return taCount(myCounter)" maxlength="4000" runat="server" textmode="MultiLine" rows="15" width="400px"></ASP:TEXTBOX>...
  7. pixel69

    Positioning of a dropdown menu

    I'm trying to use the same type of dropdown menu used on this site: www.pamgolding.co.za. The problem is, the site i'm trying to implement this on is centered according to the screen size. How do i keep the position of the menu when the window size has been altered by resizing? Will the...
  8. pixel69

    Positioning of a dropdown menu

    I'm trying to use the same type of dropdown menu used on this site: www.pamgolding.co.za. The problem is, the site i'm trying to implement this on is centered according to the screen size. How do i keep the position of the menu when the window size has been altered by resizing? Will the...
  9. pixel69

    Scrolling image strip

    Where can I get code to create a strip effect like the one used on this site: http://www.dstv.com/dstv-guide/default.asp It automatically scrolls and when you mouseover it it stops and you can click on the image which will launch the relevant link/site..... pls help Thx pixel
  10. pixel69

    Auto sizing of images when uploading

    How do i autosize an image when uploading it? Thanks pixel
  11. pixel69

    Rotating spheres in powerpoint

    How can i create a rotating sphere effect in powerpoint? Like a core spher in the middle and smaller spheres/blocks rotating around the main sphere. Is this possible? Thx Pixel
  12. pixel69

    URL Validation

    How can i validate an input field to ensure that a URL has been entered correctly? ie: http://www? Thanks, pixel
  13. pixel69

    Windows style tabs. Multiple rows

    Hi, I'm looking for a control similar to the windows multiple tab rows navigation. Please help. Thanx Shoves
  14. pixel69

    Site map buider

    I'm looking for a site map builder. I'm currently developing a website in asp and would like to get hold of a program that would auto generate a site map. A free one would be nice. thanks pixel
  15. pixel69

    Creating the banner mask effect using SWiSHmax

    Hi, I would like to create the following effect using SWiSHmax. In fact this particular on is created with SWiSHmax. http://powerplugswebtemplates.crystalgraphics.com/8029/aboutus.htm What is this effect called. I need a tutorial or something on how to replecate this effect. Please help...
  16. pixel69

    Creating a inner beveled icon on the webmenu (like windows menu)

    Hi, I'm busy with a .NET application using the horizontal windows style menu. When clicking on an item, a expander appears etc etc. I'm using icons for most of the menu items and I want to change the color icons to look like they've been 'stamped' into the menu. Limiting the colors to the...
  17. pixel69

    How do I prep my website for a search engine

    I heard that meta tags used on a web site is a thing of the past. This is the only way I used to get my website to rank on a search engine. What's the new way to prepare your website for search engines? Where do I place the keywords and stuff that will get my website good rankings on the search...
  18. pixel69

    How do I convert powerpoint to flash

    I would like to convert ppt presentations including their animations to flash. Is this possible and are there free software that can do this? Thanx, pixel
  19. pixel69

    Screen saver generator

    I'm looking for a screensaver generator. Something easy to use, and free!! Thanks pixel
  20. pixel69

    Changing a forecolor in htc

    I'm using a CRM style webmenu and need to change the text color on hover. Currently i've got: switch (o.className) { case "mnuSpacer": case "mnubar": case "mnuList": case "icMenu mnuRight": case "icMenu": return; case "menu": case "button": out(); if (!_capture) { with (o.runtimeStyle) {...

Part and Inventory Search

Back
Top