David T-G wrote:
Hmmm... Sounds like I'll have to have a div definition for each of my
tabs (about nine), right? Still, it might be worth it if I managed to
avoid javascript :-)
It does not have to be a div, it can be almost any element.
--
PHP General Mailing List (http://www.php.net/)
To unsu
Ray, et al --
...and then Ray Hunter said...
%
% > a good javascript list or resource, particularly for someone who doesn't
% > want to learn a lot of javascript?
%
% I have not found a great website however, i have tons of success with
% group comp.lang.javascript. They have anwser all of my qu
Marek, et al --
...and then Marek Kilimajer said...
%
% If both images have the same size you don't even need javascript:
Ooooh! Yay! That's what I *really* wanted, but I was told it couldn't
be done!
%
If both images have the same size you don't even need javascript:
#mydiv {
background-image : url(http://domain.org/image1.jpg);
background-repeat : no-repeat;
width : 200px;
height : 120px;
}
#mydiv:hover {
backgr
> I am putting together a web site with graphics from the artist and I need
> to learn how to change the image when I hover over it. Can you recommend
> a good javascript list or resource, particularly for someone who doesn't
> want to learn a lot of javascript?
I have not found a great website
Marek, et al --
Please excuse this off-topic post. I've tried to ask with a fresh
message but it never seems to appear...
...and then Marek Kilimajer said...
%
...
% If you don't want your users to wait for server responce each time they
% touch something, use javascript.
%
%
...
I am putti
[EMAIL PROTECTED] wrote:
Hi all,
I would like to create a dynamic kinda "Timetable" whereby I can add,
del, and modify the data contained in each cell. Besides that, each cell in the
table should have its unique colour in which this unique colour can be modified
anytime to a different colo
Cristian Lavaque wrote:
>
> You'd use CSS for that. Create a class for each color you want
to
> give as options. In each cell tag add a var that'll be the
class
> for that cell, like ">" and you'd assign
> the color to that variable using the dropdown menu. To select
the
> cells, you could probably
[EMAIL PROTECTED] wrote:
> Hi all,
>I would like to create a dynamic kinda "Timetable"
whereby I
> can add, del, and modify the data contained in each cell.
Besides
> that, each cell in the table should have its unique colour in
which
> this unique colour can be modified anytime to a differ
Hi all,
I would like to create a dynamic kinda "Timetable" whereby I can add,
del, and modify the data contained in each cell. Besides that, each cell in the
table should have its unique colour in which this unique colour can be modified
anytime to a different colour through an interface,
10 matches
Mail list logo