I am currently struggling with CSS layouts for jquery-ui tabs, I am using two CSS, The first CSS I initially gathered for my tab to get my desired look (see Figure 2). The second CSS, called Jquery-ui-1.8rc2.custom.css, was added to the Alert dialog box that I used on my web page. Now if I use them CSS, tabs will get inconsistent (see image 2).
How can I stop / stop bypass / save this CSS issue, am I currently undertaking?
Tab CSS approach should I:
Tab CSS View Distorted by jQuery -ui-1.8rc2.custom.css:
My site which uses jquery-ui-1.8rc2.custom.css in the warning box:
I'm betting that if .custom.css is overwriting your .css rules, then you are calling the second .custom.css stylesheet in your head section. First make a custom CSS call and your second number should be overwritten repeated rules between stylesheets by calling your .css file later. Research 'specificity' in relation to multiple stylesheets.
Comments
Post a Comment