Forum: JavaScript / DHTML / AJAX Sep 1st, 2007 |
| Replies: 1 Views: 449 article browser? hello,
i'm working on a news website, where some news headers and text-briefs are displayed, with a link for reading the complete story.
i've made a template for this new page that will contain the... |
Forum: JavaScript / DHTML / AJAX Aug 31st, 2007 |
| Replies: 5 Views: 1,128 Re: controls rendering time my page has several image controls on it. the problem with this is that i'm including a javascript code off dynamicdrive.com for a slideshow. the slideshow will typically start whenever the user... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 5 Views: 1,128 Re: controls rendering time i see. what if i use this very property - display - to delay the display of certain controls?
can i do that?
thanks. |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 5 Views: 1,128 controls rendering time hi,
i've set up several javascript effects on my page, so now i need some controls to have completely loaded before the user can interact with the page. how can i control the rendering... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 0 Views: 1,037 master page interaction hello,
i'm having many web pages built on a certain master page that has something like a menu with buttons to direct to different pages from it. now i have two questions:
1. i noticed in many... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 10 Views: 3,076 |
Forum: C# Aug 30th, 2007 |
| Replies: 2 Views: 801 Re: Validation COntrol you can use the RequiredFieldValidator in VS validation controls.
using this control is extremely easy. you just set the ControlToValidate field with the control you need to set as required, and you... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 10 Views: 3,076 Re: javascript not working for firefox! thanks for the effort but i solved it just simply by deleting the table i was using and moving the controls to a new table. i know it sounds silly, but none of the many solutions that you gave me... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 10 Views: 3,076 Re: javascript not working for firefox! thanks a lot for all of you guys, you really helped me out!
i'll go ahead take the liberty of asking one more question, though:
does firefox normally go around changing control positions, placing... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 10 Views: 3,076 Re: javascript not working for firefox! thanks very much for the reply. i already did some search, and came up with the following
http://www.domedia.org/oveklykken/css-transparency.php
so now i used all three statements, and opacity... |
Forum: JavaScript / DHTML / AJAX Aug 30th, 2007 |
| Replies: 10 Views: 3,076 Re: javascript not working for firefox! thanks for the reply. well i guess that is indeed what i was supposed to do from the beginning, but maybe i chose the easy way to go, which was the more painful too.
anyway, here's a piece of code... |
Forum: JavaScript / DHTML / AJAX Aug 29th, 2007 |
| Replies: 10 Views: 3,076 javascript not working for firefox! i'm building a webpage using CSS and javascript to produce special effects. i use onmouseover, onmouseout, and onclick events inside a table's cells to change their cssclasses.
everything was going... |