Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 04-13-2009, 03:44 PM   PM User | #1
utimonte
New to the CF scene

 
Join Date: Apr 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
utimonte is an unknown quantity at this point
Text Link issue with Cut & Paste Drop down

What would cause site-navigation and other text links on a page with Drop-down Panel to expand/contract when clicked????

Just started a new site and used Drop-down Panel on RETAIL page

See "RETAIL" at: www.markline.etnom.com (RETAIL.html)

FYI: I'm using jQuery 1.2.2 and this issue happens with/without links inside the Drop-down Panel and other minor changes I've made to css, tab width, font, etc.

HELP is appreciated.
utimonte is offline   Reply With Quote
Old 04-14-2009, 01:26 AM   PM User | #2
Iszak
Regular Coder

 
Iszak's Avatar
 
Join Date: Jun 2007
Location: Perth, Western Australia
Posts: 332
Thanks: 2
Thanked 58 Times in 57 Posts
Iszak is an unknown quantity at this point
Okay well It's obviously a JavaScript issue.. but it's a CSS issue too, because the JavaScript is adding this code
Code:
a:active {
  letter-spacing: 1pt;
}
Which is what causes the effect.. The only thing that you've added is the JKPanel script, and if it's not that the only other thing is jQuery itself, which I doubt, so remove the script if it still produces that result, then maybe look into the code (Which I've done, but I don't see anything out of the ordinary).

If that still doesn't work, and you're looking for a quick fix maybe attempt to set the setting yourself via both CSS then jQuery - this isn't what I'll deem a fix, but it's a solution. The weirdest thing about this is, if jQuery is adding some CSS to it, I would see the inline style, but I don't see it. It's definitely a weird case.

If all else fails, maybe look into getting another script, sorry I couldn't help anymore.
Iszak is offline   Reply With Quote
Users who have thanked Iszak for this post:
utimonte (04-14-2009)
Old 04-15-2009, 03:04 PM   PM User | #3
utimonte
New to the CF scene

 
Join Date: Apr 2009
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
utimonte is an unknown quantity at this point
Wierd is right... I went over everything again and cannot spot the problem.

I've received no other comments. Is "JavaScript Frameworks" the right forum for this question????
utimonte is offline   Reply With Quote
Reply

Bookmarks

Tags
drop-down, jkpanel, jquery

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:08 PM.


Advertisement
Log in to turn off these ads.