Jump to content

pulpfiction

Members
  • Posts

    1,210
  • Joined

  • Last visited

Everything posted by pulpfiction

  1. Yeah, its kinda pain to redo the graphics.... "more" slider was really nice, how about you have a hover, like change the cursor to hand, so users will know there's something to click...
  2. This should give some idea of how to add radio buttons with JS..http://www.codingforums.com/archive/index.php?t-26338.htmlSince you mentioned database and records, you must be using a server side scripting, guess it would be simple to create radio buttons using server side scripting languages.... like response.write("<input type='radio'.......") if you are using ASP....
  3. Just felt that its kinda skinny, i mean the center strip looks really thin, guess you can make it a little broader. also the top navigation home, contact.... its just straight forward, you can make it a lil more attractive.....
  4. This should work fine... did you try this??body {background:url('images/topbody.gif') repeat-x;background-color: #B4C6FF;}
  5. pulpfiction

    Survey app

    ID | Ans1 | Ans2 | Ans3 | .................. | Ans10 | SurveyDateID just to keep track, Ans 1 - 10 --> answers given by user and date just to know when the user took survey.
  6. pulpfiction

    Contests

    may be nobody is ready to compete with you, after seeing the drawing you had posted.....
  7. empty-cells: show will not work in IE..... Try this site, It uses for empty cells, but JS is used to replace the empty cell on page load.....http://krijnhoetmer.nl/stuff/css/table-empty-cells/
  8. Try this... <a href="#" onMouseOver='java script:window.status="link 1"; return true'onMouseOut='java script:window.status=" "; return true'onClick="java script:window.location='http://www.google.com'">Masked Link 1</a> | <ahref="#" onClick="java script:window.location='http://www.yahoo.com'"onMouseOver='java script:window.status="link 2"; return true'onMouseOut='java script:window.status=" "; return true' >Masked Link 2</a>
  9. Just google....http://www.google.com/search?hl=en&q=javascript+editorhttp://www.google.com/search?hl=en&q=javascript+ide
  10. Incase you are trying to do it like above, small change is.... use background instead of background-imagebackground: url('images/topbody.gif') repeat-x;
  11. One way is to use in the empty cells.... then border will appear.<td> </td>
  12. There is not such restriction for CSS class names, except, Do NOT start a class name with a number, It will not work in Mozilla/Firefox..... Also its better to use lowercase for CSS too.
  13. When I enter some number in the boxes above the AJAX button and hit that button, first the page is getting refreshed and the numbers are copied to 2nd set of textbox [below] with answer... is that how its supposed to work? i dont think so...
  14. Not working for me in IE 6.....
  15. Did you try their AJAX example, it doesnt seems to working..... http://www.tutorialspoint.com/cgi-bin/ajax...mp;semajax=AJAX
  16. vchris, did you modify something, cos its displaying fine, no overlaps or any mis alignment..... seems like its fixed now.
  17. Opened the page now and it shows a very minor mis alignment. do you see the same mistake ben??
  18. Saw that error mentioned by ben3001 yesterday [iE 6] but now its looks fine.....
  19. This was one of the oldest discussions, but now found a interesting article related to this.... Google Bomb Diffused and With it the "Miserable Failure"http://www.tmcnet.com/ce/articles/4793-goo...ble-failure.htm
  20. pulpfiction

    Icon

    WOW.... Its really nice.
  21. pulpfiction

    ASP.NET

    System Requirements for .NET 2.0http://msdn2.microsoft.com/en-us/netframework/aa497338.aspx
  22. This link might help you....http://www.webreference.com/programming/image_map/index.html
  23. If nobody else sees that, then guess it should not be a problem.... should be something to do with screen and display settings..
  24. Thats wierd, does screen resolution matter?? mine's 1152X864
×
×
  • Create New...