Forum: HTML and CSS Jul 4th, 2005 |
| Replies: 2 Views: 3,538 What web programming language are you using? |
Forum: HTML and CSS Jun 28th, 2005 |
| Replies: 2 Views: 8,238 Thanks for your suggestion. I've made it to run.
Thank you again. |
Forum: HTML and CSS Jun 27th, 2005 |
| Replies: 2 Views: 8,238 Greetings. Please advise me on the following.
I have a select form element and have defined its onChange action.
I have another button, which when pressed opens up a new pop-up window. A value will... |
Forum: HTML and CSS Aug 29th, 2004 |
| Replies: 4 Views: 22,639 Hmph..
I don't know if this is helpful, how about putting the footer onto a footer.html file.
And later include that file on every webpage? |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Ok, below is what I have in gallery.asp
// This is the function which does the "picture swapping" in <script> tag
function changePic(n)
{
if(n==0)
... |
Forum: HTML and CSS Aug 8th, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Cool!
Thanks a lot for the help.
That is one alternative...but err...yeah, I'd like to know why can't mine work in Firefox :(
If you can, could you please shed some lights here? |
Forum: HTML and CSS Aug 2nd, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Hehe...one more problem here.
It's not about CSS but I thought I should just continue with this thread.
I have a page and it's a gallery of pictures.
On top, there's an empty square.... |
Forum: HTML and CSS Aug 2nd, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Thanks a lot.
The inknoise one is definitely a great guide towards css layouts and should serve as a great BASIS for other more complicated layouts.
Thanks a lot for that.
Well, case... |
Forum: HTML and CSS Aug 2nd, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Thanks for your continuous support.
I understand what you're saying there.
What I still can't figure out is that, If this is the case, how can I balance things up in IE & Mozilla?
... |
Forum: HTML and CSS Jul 31st, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Oh, I get you.
Thanks a lot for that explanation.
Nope, font sizes are the same.
It's just that the size of the divs, err, never mind, first.
I guess it's something related to what... |
Forum: HTML and CSS Jul 31st, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Erm, left: 20% and also left: 100px?
I don't get you - 2 divs?
<div id=homepage>
<div id=25percent>
<div id=100px>
</div>
</div>
</div> |
Forum: HTML and CSS Jul 26th, 2004 |
| Replies: 24 Views: 6,901 Greetings.
I will try what was advised by you.
By the way, can someone please help me look at this codes below?
The <div id="ads"> is the rectangle on the left hand side, while the <div... |
Forum: HTML and CSS Jul 24th, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Nope, my main page is simply index.html.
Below is a sample of my footer.html.
<link rel="stylesheet" type="text/css" href="redevolve.css">
<span class="something">
Copyright... |
Forum: HTML and CSS Jul 22nd, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Yea, my server supports ASP.
Oh! Yea, I did include a '#', forgotten to type that out in my last post.
I've seen people using <!-- #include file="header.inc" --> and <!-- #include... |
Forum: HTML and CSS Jul 21st, 2004 |
| Replies: 24 Views: 6,901 Greetings.
Thanks for your feedback.
I have tried to use the include function but I don't understand why it would not work.
can I do something like this? I've tried but nothing came out.
<div... |
Forum: HTML and CSS Jul 21st, 2004 |
| Replies: 24 Views: 6,901 Greetings.
I have 2 columns layout using <div>.
Say, <div id="navMenu"> and <div id="content">.
Is it possible to target links clicked on "navMenu" to be displayed in "content"?
I have done this... |
Forum: HTML and CSS May 26th, 2004 |
| Replies: 7 Views: 24,306 Greetings.
How about using Javascript alone?
Is it possible to show the results of a form in a new window?
I have seen how things were done using Request.QueryString by decoding the url. But is... |
Forum: HTML and CSS May 19th, 2004 |
| Replies: 1 Views: 4,706 Refering to the above topic, could someone please enlighten me on this matter? I was assigned to build this pop-up window that will be placed as a link from the master site. This pop-up can only be... |