I'm trying to restyle a search box on our site to fit across a different section of a page. My approach was to copy the CSS applied to a smaller version (.left_box_finder) of the box and then scale it up in some new css (.rhs_box_finder).
I've added in the new CSS to "styles.css" and added changed the div classes on the relevant page contents from "left_box_finder" to "rhs_box_finder" but it doesn't appear in the live page. I just get a search box minus the styling...
When I inspect the elements on the page it show the right tags though.
The sites not live I'm afraid so I can't send a link. Looking at the same page in Safari / Firefox. Firefox is picking up most of the styling but Safari ain't. Have attached a couple of screengrabs and here's the code:
Just to give you an update. The CSS is now being applied in both browsers. Haven't changed anything. Bit strange.
It still doesn't look quite right but at least I can tweak it now.
Thanks again for all your help.
Caching of the css file is the likely culprit then. Ctrl-r will force your browser to re-download resources such as css files. If it's matrix level caching then try using the cache manager to clear the cache on it.