http://www.taijiclub.org/gallery2/main.php
If you're using FireFox, note the Login - Register. In IE , note the lack thereof. Try mousing where the links should be. Notice how they are there.
>_<
WHY?
Furthermore, adding a border around .gbSystemLinks causes the whole layout to fritz out: backgrounds disappear, and, well, it gets weird (in IE). Anyone know?
Link show up on FireFox but not IE.
Moderator: General Moderators
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Always try the most obvious solution eh?
...makes Firefox display the links black and doesn't change IE.
Edit - determined some of the cause. I'm using z-index in order to get tabs to look nice, and when the parent container is removed it works okay. Ever heard of that?
Code: Select all
.block-core-SystemLink a {color:#000 !important;}Edit - determined some of the cause. I'm using z-index in order to get tabs to look nice, and when the parent container is removed it works okay. Ever heard of that?
Last edited by Ambush Commander on Sat Nov 26, 2005 6:08 pm, edited 1 time in total.
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
-
Charles256
- DevNet Resident
- Posts: 1375
- Joined: Fri Sep 16, 2005 9:06 pm
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Yeah, I removed the parent element that had the z-index on it. The tabs look bad now.
Edit It's definitely this offending CSS:
Edit It's definitely this offending CSS:
Code: Select all
#content {padding:0 4%;position:relative;z-index:101;background:#FFF;
border-top:1px solid #000;}- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US