|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Member Join Date: Jan 2006 Location: Massachusetts
Posts: 136
![]() | I am having a heck of a time getting this to work. http://www.officialhouseofentertainment.com/video.php Check it out in Firefox to see what I want to happen, and then check IE to see what the problem is. I can't get the z-indexing to display correctly on the pop-up effect. It looks great in FF, but stays under the following thumbnails in IE (please ignore the margining issues for the moment, I am aware of them but got hung up with the z-indexing). Anyone here a CSS whiz that can help me out, or catch some obvious mistake I am making. HELP!
__________________ Visit my new and improved humor site: It's Just Humor Or check out the newest source for HQ celebrity images: It's Just Babes |
| |
|
| |||||||
| | #2 |
| Contributor Join Date: Jun 2006 Location: Denver
Posts: 4,459
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Here's the CSS I used to make it work: Code:
Then the HTML: HTML Code:
I got that to work in all the browsers I have, but opera doesn't allow you to venture to far into the tooltip without shutting it off. I hope that helps. I almost forgot to mention, just in case you didn't already know, and for those that don't. You can apply the pseudo class to any HTML element, so if you want to have an anchor tag within the tooltip, you would just replace the a tag in the css with a div tag or a p tag, or any other tag, then you could just place your anchor within the span element. Last edited 08-07-2006 at 08:50 PM. |
| |
| | #3 |
| Member Join Date: Jan 2006 Location: Massachusetts
Posts: 136
![]() | Thanks for the attempt. What I am trying to do is a little more involved however, as some of the popups will display multiple links. I am basing this off of a similar demonstration: http://www.cssplay.co.uk/menu/balloons.html I am fairly certain that I must be missing something in my own code, and I'm just not seeing it. Apparently, however, z-index isn't doing the trick in IE.
__________________ Visit my new and improved humor site: It's Just Humor Or check out the newest source for HQ celebrity images: It's Just Babes |
| |
| | #4 |
| Contributor Join Date: Jun 2006 Location: Denver
Posts: 4,459
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | I can't promise I can help, I am new to everything, but if you post the code that you use to create the tooltips, maybe, just maybe, I could help you out in figuring what is wrong. It's at least worth a try. Namely the CSS code, cause I found your HTML tooltips code pretty easy. |
| |
| | #5 |
| Member Join Date: Jan 2006 Location: Massachusetts
Posts: 136
![]() | To view CSS (among other awesome things) I suggest the WebDeveloper extension for Firefox. It's really incredibly useful, and makes CSS coding a million times easier. You can use it to view my CSS, or if you are old fashioned, here's a bunch of CSS: Code:
__________________ Visit my new and improved humor site: It's Just Humor Or check out the newest source for HQ celebrity images: It's Just Babes |
| |
| | #6 |
| Contributor Join Date: Jun 2006 Location: Denver
Posts: 4,459
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | The problem you are having is due to the fact that the z-index is ignored unless the element is positioned. IE ignores the z-index unless you use position:absolute or a variant of it. I have a CSS viewer, I just didn't know which css to view, or if you used javascript(I know nothing about that) to make the tooltips. I hope that works for you, let me know. Last edited 08-08-2006 at 03:37 AM. |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| yellow info box popup thingy | jumpenjuhosaphat | Web Development | 3 | 08-07-2006 01:54 AM |