Computer Science Canada
Programming C, C++, Java, PHP, Ruby, Turing, VB
Username:
Password:
Register
Wiki
Blog
Search
Turing
Chat Room
Members
Style (hover)
Index
->
Graphics and Design, Web Design
->
(X)HTML Help
Author
Message
Amailer
Posted:
Fri Mar 26, 2004 7:50 pm
Post subject: Style (hover)
code:
#menu1 {
background-image: url('images/site3/buttons.gif'); background-repeat: no-repeat
}
#menu1:hover {
background-image: url('images/site3/buttons2.gif');
}
Why won't that work on IE?
Sponsor
Sponsor
wtd
Posted:
Fri Mar 26, 2004 8:09 pm
Post subject: Re: Style (hover)
code:
#menu1 {
background: url('images/site3/buttons.gif') no-repeat;
}
#menu1:hover {
background: url('images/site3/buttons2.gif');
}
What type of element has the id "menu1"?
IE is bass ackwards about hover and doesn't like it being applied to anything other than links.
Amailer
Posted:
Fri Mar 26, 2004 8:20 pm
Post subject: (No subject)
a td
still not working...sad *kills IE*
wtd
Posted:
Fri Mar 26, 2004 8:36 pm
Post subject: (No subject)
It
might
also work applied to a div tag, which could be placed inside the td.
Amailer
Posted:
Fri Mar 26, 2004 8:43 pm
Post subject: (No subject)
wtd wrote:
It
might
also work applied to a div tag, which could be placed inside the td.
Hm, nope actually works perfect on MOZILLA but--- on ie it get's messed this time (don't work) i guess IE doesn't allow bla:hover..
theguru
Posted:
Wed Oct 26, 2005 4:41 pm
Post subject: (No subject)
yea, internet explorer has that tendency to do things like that. the only thing, i can say is use javascript onmouseover's. it's crude but it works.
md
Posted:
Wed Oct 26, 2005 5:18 pm
Post subject: (No subject)
Again with the bring up of old topics... the trick is to look at the date of the last post.
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Index
->
Graphics and Design, Web Design
->
(X)HTML Help
Page
1
of
1
[ 7 Posts ]
Jump to:
Select a forum
CompSci.ca
------------
- Network News
- General Discussion
General Forums
-----------------
- Hello World
- Featured Poll
- Contests
Contest Forums
-----------------
- DWITE
- [FP] Contest 2006/2008
- [FP] 2005/2006 Archive
- [FP] 2004/2005 Archive
- Off Topic
Lounges
---------
- User Lounge
- VIP Lounge
Programming
--------------
- General Programming
General Programming Forums
--------------------------------
- Functional Programming
- Logical Programming
- C
C
--
- C Help
- C Tutorials
- C Submissions
- C++
C++
----
- C++ Help
- C++ Tutorials
- C++ Submissions
- Java
Java
-----
- Java Help
- Java Tutorials
- Java Submissions
- Ruby
Ruby
-----
- Ruby Help
- Ruby Tutorials
- Ruby Submissions
- Turing
Turing
--------
- Turing Help
- Turing Tutorials
- Turing Submissions
- PHP
PHP
----
- PHP Help
- PHP Tutorials
- PHP Submissions
- Python
Python
--------
- Python Help
- Python Tutorials
- Python Submissions
- Visual Basic and Other Basics
VB
---
- Visual Basic Help
- Visual Basic Tutorials
- Visual Basic Submissions
Education
-----------
- Student Life
Graphics and Design
-----------------------
- Web Design
Web Design Forums
---------------------
- (X)HTML Help
- (X)HTML Tutorials
- Flash MX Help
- Flash MX Tutorials
- Graphics
Graphics Forums
------------------
- Photoshop Tutorials
- The Showroom
- 2D Graphics
- 3D Graphics
Teams
------
- dTeam Public
Style:
Appalachia
blueSilver
eMJay
subAppalachia
subBlue
subCanvas
subEmjay
subGrey
subSilver
subVereor
Search:
You can syndicate this boards posts using the file
backend.php
or view the
topic map using sitemap.php.
Terms of Use
|
Privacy Policy