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!

Recent content by pixel69

  1. pixel69

    display issue

    so i need to create the content container as a DIV and float it to center etc and adjust the width accordingly?! i've downloaded IE6 again, so that i can elliminate the issue. thanks!
  2. pixel69

    display issue

    I'm so used to using tables in all my previous websites, and I'm trying to move to using div's. So this is kinda a new transition for me! What do you suggest i use there then? Replace the table? Use % instead of px?? thanks
  3. 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!
  4. pixel69

    Grouping dates by year

    Thanks dude! That worked perfectly!!
  5. 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...
  6. pixel69

    Wanted: Free voting polls for websites

    Hey, Thanks for the links..... I have googled it, but some of them are quite a bit cr&p. Just thought that there might be some guys out there that have tried and tested some and have one or 2 recommended ones!
  7. 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!
  8. pixel69

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

    Hehe, Unfortunatly i used it on a intranet web application, so it's not accessable on the internet. I will see if i can get a screenshot and show you!!
  9. pixel69

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

    Thanks!!! I modified it a bit, but it is working! Thanks mate!
  10. pixel69

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

    Can you maybe give me an example?
  11. 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!
  12. pixel69

    Applying styles to a scrollbar in .NET

    I am aware that it will only work for IE. Do you really have to remove the doctype??
  13. 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...
  14. 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>...
  15. pixel69

    Positioning of a dropdown menu

    do you have any ideas where i can get hold of one that's more user friendly and can be data driven??

Part and Inventory Search

Back
Top