Link to home
Start Free TrialLog in
Avatar of blink10
blink10

asked on

Problem with overlapping css sheets...

So here is the link to the problem page http://www.billsprice.com/index2.php

I added two jquery things, the autosuggest and the scroller with graphics.

They are running on two versions of jquery and i tried to change the scrollers css to different classes so it would look, however, this did not work.

Here is the reverted version, any thoughts on exactly what i need to change to make the scroller thing not look all screwed up?
Avatar of Jagadishwor Dulal
Jagadishwor Dulal
Flag of Nepal image

I just changed your css of myaccountdontdelete.css line no 1063 to like below :

#featured2 .ui2-tabs-panel {
    background: none ;
    height: 250px;
    margin-left: -20px;
    margin-top: -15px;
    position: relative;
    width: 390px;
}

Open in new window


So it seems ok in firefox please check in your
Avatar of blink10
blink10

ASKER

i just tried this but no luck.
To class .#featured2 UL.ui2-tabs-nav LI SPAN in file myaccountdontdelete.css
Add the following
width:95px;
word-wrap:break-word;
float:left;
Avatar of blink10

ASKER

i just added it, no luck
I just browser tested it and it did work.
What browser are u using?
Avatar of blink10

ASKER

all browsers, firefox, chrome, etc.
Avatar of blink10

ASKER

For reference I just changed it back to without the competting style sheet. It is almost back to how its suppose to long, minus, it suppose to highlight gray option on the right.
What stylesheet did u remove?
Avatar of blink10

ASKER

<link href="css/start/jquery-ui-1.8.16.custom.css" rel="stylesheet" type="text/css" />
The options are gray on hover, what am I missing?
Page looks fine to me in IE8, FF 6, Chrome 13, and Opera 11.5
(positioning is waaay off in IE6).

What is broken?
IE6 does not hold to the normal browser standards, I would not expect the page to look correct in IE6, that is why Microsoft is trying to get rid of it...
http://www.ie6countdown.com/
Avatar of blink10

ASKER

@ melmc It was suppose to be gray on selected two

@ nap0leon I removed the competing stylesheet, which is why it looks normal
Avatar of blink10

ASKER

This isnt a IE issue, this is an all browser issue.
Again.. what is broken?  The page looks fine and you did not really describe the error condition.
(you mentioned "autosuggest" and "scroller with graphics", which perhaps you already removed these.)

(and yes, the IE6 broken thing was in parenthesis b/c of course no one *should* be running IE6, but it is one that I happen to have to support at my company so I habitually look at it in that browser anyway)
Avatar of blink10

ASKER

Sorry, now i added the jquery style sheet back in. Now you can see how it messes up the scroller.
What does that mean? Do you mean the content is behind the scrollbar?
Avatar of blink10

ASKER

I mean it isnt using the original stylesheet, the jquery sheet is overwriting it and messing it up. Let me show u screenshots.

Before adding stylesheet http://www.billsprice.com/177.png
After adding http://www.billsprice.com/277.png

U need the original style sheet to load after the one that is messing it up. Change the order of your link tags.
Avatar of blink10

ASKER

ok now the original style sheet loads last, no luck however.
ASKER CERTIFIED SOLUTION
Avatar of MelMc
MelMc
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of blink10

ASKER

can you tell me what classes are overlapping and then ill just change the class names? Thats what I was trying to do orignally and couldnt determine.
There appears to be confusion surrounding what "scroller" that you are referring to.  My suggestion would be to attach a .png screen shot that highlights what you are referring to, in order to provide a reasonable answer.