Forum: HTML and CSS Jul 24th, 2008 |
| Replies: 17 Views: 3,564 Re: div floats and width 100% I thought you could have clicked on the images to see the enlarged versions...
!!! FINALLY YOU UNDERSTAND ME :icon_cheesygrin:
So is there no way to fix the size of the side panel and only... |
Forum: JavaScript / DHTML / AJAX Jul 22nd, 2008 |
| Replies: 17 Views: 3,068 |
Forum: HTML and CSS Jul 18th, 2008 |
| Replies: 17 Views: 3,564 Re: div floats and width 100% Sorry, I think you still don't
/* I started out with BLOCK and IT IS rendered */
#left_pane {
float: left;
display: block;
width: 300px; |
Forum: MySQL Jul 16th, 2008 |
| Replies: 0 Views: 262 Is there a shorter version of this query? Hi,
I don't know what is LEFT JOIN at all, but i accidentally made this query work. Can someone tell me if there is a shorter version of this query?
SELECT j . * , k.report
FROM (
SELECT x . * ,... |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 5 Views: 584 Re: CSS Help No you can't. CSS deals with the looks of the web page, not the content of the web page. |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 17 Views: 3,564 Re: div floats and width 100% @MidiMagic
Thanks for your response, but it wasn't really what I am asking.
OK i'm sorry for pulling the height issue in. I misread the "height" for "width" so let's forget about that because... |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 14 Views: 1,108 |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 14 Views: 1,108 Re: help needed in javascript Hi,
I can't run your code because it's not HTML, and I don't have ASP server.
I'm predominantly at PHP and only wrote in ASP once or twice, so at best, I am not an ASP expert but the webpage you... |
Forum: MySQL Jul 14th, 2008 |
| Replies: 4 Views: 926 |
Forum: JavaScript / DHTML / AJAX Jul 14th, 2008 |
| Replies: 14 Views: 1,108 Re: help needed in javascript Some of the events you can make use of
<input onclick="" onfocus="" onblur="" onchange="">
and to reference these in javascript,
<script>
function validate(objForm) |
Forum: MySQL Jul 13th, 2008 |
| Replies: 4 Views: 926 Re: recursive query, category and parent_category Thanks for the tip! Joe Celko trees present some interesting concepts that's quite new to me and probably a bit too much to digest at the moment.
Are you saying that with my current table (aka... |
Forum: MySQL Jul 13th, 2008 |
| Replies: 4 Views: 1,005 |
Forum: MySQL Jul 12th, 2008 |
| Replies: 4 Views: 926 recursive query, category and parent_category Hi,
I have a table
`Categories` with fields (category_id, category, parent_category_id)
I want to write in a single query to replace the parent_category_id with the corresponding... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2008 |
| Replies: 14 Views: 1,108 Re: help needed in javascript you will need a little bit of css as well as a few js functions to deal with the onchange and onblur events.
you should take some time to view source which would explain much of the behaviors... |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2008 |
| Replies: 2 Views: 696 Re: Input box You probably need to store the URLs in a database to that you can retrieve and display them everytime people visit your pages.
Try PHP + MySQL. Don't think will involve javascript. |
Forum: JavaScript / DHTML / AJAX Jul 12th, 2008 |
| Replies: 17 Views: 3,068 |
Forum: HTML and CSS Jul 12th, 2008 |
| Replies: 17 Views: 3,564 |
Forum: HTML and CSS Jul 11th, 2008 |
| Replies: 17 Views: 3,564 |
Forum: HTML and CSS Jul 11th, 2008 |
| Replies: 17 Views: 3,564 |
Forum: HTML and CSS Jul 11th, 2008 |
| Replies: 17 Views: 3,564 Re: div floats and width 100% Still doesn't work.
With the following code, the behaviour in IE7 is what I want: The content area stretches to fill the remaining area on the right. The green background correctly fills that... |
Forum: JavaScript / DHTML / AJAX Jul 11th, 2008 |
| Replies: 17 Views: 3,068 |
Forum: JavaScript / DHTML / AJAX Jul 10th, 2008 |
| Replies: 17 Views: 3,068 |
Forum: JavaScript / DHTML / AJAX Jul 10th, 2008 |
| Replies: 17 Views: 3,068 Re: how to change name attributes with Javascript But the implementation between IE and FF doesn't seem like standard.. =( something so simple they have to make it so complicated. I have been tweaking my code so many times just to accomodate both... |
Forum: JavaScript / DHTML / AJAX Jul 9th, 2008 |
| Replies: 17 Views: 3,068 |
Forum: JavaScript / DHTML / AJAX Jul 9th, 2008 |
| Replies: 17 Views: 3,068 |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 17 Views: 3,068 |
Forum: Database Design Jul 8th, 2008 |
| Replies: 1 Views: 640 Re: Mutual Many to Many relationship After some searching, it appears that a third table is necessary.
I at first thought there could be some other way because in MS Access, you could specify a single field to take multiple values in... |
Forum: Database Design Jul 8th, 2008 |
| Replies: 1 Views: 640 Mutual Many to Many relationship Hi,
I need a clue on how to design a Many to Many relational database.
For example, I have a products table and a supplier table.
each product can be supplied by many suppliers
each supplier can... |
Forum: HTML and CSS Jul 8th, 2008 |
| Replies: 7 Views: 482 Re: text form help You need to post this question in another forum because it takes more than HTML to accomplish what you are trying to do.
You will need a server-side language to communicate with the mail... |
Forum: HTML and CSS Jul 8th, 2008 |
| Replies: 17 Views: 3,564 div floats and width 100% Hi people,
I'd very much appreciate some help with my issue here....
i have
<div id='container'>
<div id='left_pane_tab' style="float: left;" onclick='toggle(left_pane)'><img src="tab.gif"... |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 3 Views: 710 |
Forum: JavaScript / DHTML / AJAX Jul 8th, 2008 |
| Replies: 3 Views: 710 |
Forum: JavaScript / DHTML / AJAX Jul 7th, 2008 |
| Replies: 3 Views: 710 |