Forum: HTML and CSS Sep 3rd, 2009 |
| Replies: 8 Views: 574 search google : relatively absolute positioning |
Forum: HTML and CSS Jul 13th, 2009 |
| Replies: 4 Views: 442 in html elements are either block or inline types. block types causes line breaks and inline types can be added next to each other like text. so div is a block element when you insert to divs they... |
Forum: HTML and CSS Jul 7th, 2009 |
| Replies: 2 Views: 401 this can be done by javascript. you are going to create a div and put your message in it. then you are going to check the url of the webpage and change the display property of the div.style. |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 4 Views: 495 if you use ASP.NET, there is a rounded corner extension in the ajax control toolkit. you dont even need to write single line of code. |
Forum: HTML and CSS Jun 3rd, 2009 |
| Replies: 2 Views: 331 http://www.google.com/search?hl=en&q=controlling+flash+with+javascript&aq=0&oq=controlling+flash+w&aqi=g2 |
Forum: HTML and CSS Jun 3rd, 2009 |
| Replies: 2 Views: 331 i think it can be done by javascript. you can search google with "controlling flash with javascript", or controlling flv with javascript. |
Forum: HTML and CSS Jun 2nd, 2009 |
| Replies: 1 Views: 328 if the two are absolutely positioned, i think it is not possible. but if you can make the parent div relatively positioned then the absolutely positioned div can be its child and can be positioned... |
Forum: HTML and CSS Jun 2nd, 2009 |
| Replies: 2 Views: 373 it is done with javascript, you can search google with javascript image gallery or slide shows.
you can copy and paste javascript code from the following website :... |
Forum: HTML and CSS Apr 23rd, 2009 |
| Replies: 5 Views: 723 i like your avatar :)
yeah i also thought it was not possible... |
Forum: HTML and CSS Apr 22nd, 2009 |
| Replies: 5 Views: 723 is there anyway to specify which folder you want the file to be downloaded by a download link?
let say i have a word document to be downloaded and i want it to be downloaded in users mydocuments... |
Forum: HTML and CSS Apr 19th, 2009 |
| Replies: 2 Views: 1,489 i answered this question in another thread before
http://www.daniweb.com/forums/thread113348.html |
Forum: HTML and CSS Mar 27th, 2009 |
| Replies: 4 Views: 560 add to my repuation man, recently i have been badly critisized for my non-techical posts, i want to clear it...
And share your solution to your problem. |
Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 1 Views: 1,083 how does this post relate to html and css? |
Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 4 Views: 560 why dont you response.write the value in that array elements, so you can make sure what is written on the height attribute, better than that view the source of the page and check height attribute of... |
Forum: HTML and CSS Mar 15th, 2009 |
| Replies: 16 Views: 1,714 why dont you post your entire page so we can display in our computers? |
Forum: HTML and CSS Mar 15th, 2009 |
| Replies: 16 Views: 1,714 last year the same thing happend to me and i noticed that i change the internet explorer's text-size from medium to larger. it might be the case for you too. |
Forum: HTML and CSS Dec 5th, 2008 |
| Replies: 2 Views: 639 you can not do such things with pure html, it requires server side or at least client side programming. |
Forum: HTML and CSS Mar 11th, 2008 |
| Replies: 0 Views: 1,374 I had been trying to put specific elements to specific positions on my web pages but i had never found a solution until today. The solution was very easy to implement indeed.
Make the container's... |
Forum: HTML and CSS Feb 7th, 2008 |
| Replies: 4 Views: 3,583 i can tell you what i want with absolute positioning ; i want to locate a div to a specific position on the page, even if the page gets resized the div will stick to its container div, so i set... |
Forum: HTML and CSS Feb 4th, 2008 |
| Replies: 4 Views: 3,583 i have a relative positioned container <td> element and i have an absolutely positioned <object> element within it, it displays perfectly in IE but sucks in firefox, what should i do to get around... |
Forum: HTML and CSS Jan 31st, 2008 |
| Replies: 6 Views: 1,809 put your content in a div block then write a function like this :
function x()
{
document.getElementById('your div id').style.top = number;
document.getElementById('your div id').style.left=... |
Forum: HTML and CSS Jan 31st, 2008 |
| Replies: 2 Views: 493 if you keep the copyright info in your original template, it wont be treated as cheating |