HTML Help

Artoonie

New Member
How would I make something like this using html? I want to make a webpage like that, where when you click the links, the button gets bold and the rest are faded, and the border around the "frame" is the same color as the link.
I dont want the entire page to reload to do this though. I want it to be a quick change, possibly something done in javascript or (preferably) css.
Also, I do not want to use iframes, if at all possible. From my experience, iFrames are a hassle for the user.

Any help would be appreciated. you dont need to tell me the actual code, just tell me some tips to get me started.

~Artoonie
 
Last edited:
How would I make something like this using html? I want to make a webpage like that, where when you click the links, the button gets bold and the rest are faded, and the border around the "frame" is the same color as the link.
I dont want the entire page to reload to do this though. I want it to be a quick change, possibly something done in javascript or (preferably) css.
Also, I do not want to use iframes, if at all possible. From my experience, iFrames are a hassle for the user.

Any help would be appreciated. you dont need to tell me the actual code, just tell me some tips to get me started.

~Artoonie

I would just mess around with div boxes for awhile until you get it.
 
It looks to be a lot of tables and css work. Have you ever worked with css? That would be probably the best way to do it!
 
It looks to be a lot of tables and css work. Have you ever worked with css? That would be probably the best way to do it!
I absolutely love CSS, however I am not an expert in it.

Okay, I'm just thinking aloud here...
If I used CSS, I would need to change the table color and table border on a click. The content would need to change, I have no idea how to do that. Possibly if I changed the z-index of tables will the styles I want, I would be able to do this.
So how would i do an on-press thing which changes the z-index of a certain table, or like adds 5 to the z-index?
 
The only thing I can think of with the color changes is make a seperate page for each color, then the color link will lead to that page.
 
The only thing I can think of with the color changes is make a seperate page for each color, then the color link will lead to that page.
yeah thats the easiest way, but i dont want the entire page to have to reload.



I'm going to be gone for a few days so I cant reply to this thread until then. sorry for any inconviences.
 
Well, simple and novice way is u can create rollover images and if you want to make a box that allows you to type in the blank space, create a div box and change it's z order so it's on top of your images.
 
Well, simple and novice way is u can create rollover images and if you want to make a box that allows you to type in the blank space, create a div box and change it's z order so it's on top of your images.
I'm sort of confused...sorry, can you explain?

Somebody told me that javascript allows you to do this, but he couldnt go into detail. Does anybody know a js way of this?
 
Back
Top