I know my way around with CSS but I'm having an issue with the studio site I'm trying to design...
Basically, non-IE browsers don't support scrollball styles and I have an inline frame that needs to scroll. I found a solution to this and got an external scripted scrollbar that is stylable, no problem. I put that in an inline frame and set the borders/scrollbars on the frame to be invisible so it looks like the div pane that I created via CSS is the frame, but really it's within another invisible frame. This is necessary because the frame changes based on the navigation at the top of the page which targets that frame.
I don't like this work around though because if the user grabs the scrollbar to scroll and doesn't keep the cursor either on the scroll bar or within the inline frame, it stops scrolling, so you can't click the scrollbar and drag carelessly which is a bit annoying.
I then decided to put the pane on the main page itself and now it works fine, however, I can't target the contents of it and change it with the navigation links, the contents seem to be fixed and I can't figure out a way to do what I want.
Does anyone know of any way to use links to target other CSS classes and change their contents or make them visible/invisible or am I stuck using the pane within an IFRAME method?
Basically, non-IE browsers don't support scrollball styles and I have an inline frame that needs to scroll. I found a solution to this and got an external scripted scrollbar that is stylable, no problem. I put that in an inline frame and set the borders/scrollbars on the frame to be invisible so it looks like the div pane that I created via CSS is the frame, but really it's within another invisible frame. This is necessary because the frame changes based on the navigation at the top of the page which targets that frame.
I don't like this work around though because if the user grabs the scrollbar to scroll and doesn't keep the cursor either on the scroll bar or within the inline frame, it stops scrolling, so you can't click the scrollbar and drag carelessly which is a bit annoying.
I then decided to put the pane on the main page itself and now it works fine, however, I can't target the contents of it and change it with the navigation links, the contents seem to be fixed and I can't figure out a way to do what I want.
Does anyone know of any way to use links to target other CSS classes and change their contents or make them visible/invisible or am I stuck using the pane within an IFRAME method?