MyBB Themes - ThemeFreak
Side Menu Bar Displayed Differently in Chrome and Firefox - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=8)
+--- Forum: Support for 1.6.x (http://www.themefreak.net/forumdisplay.php?fid=10)
+---- Forum: Sidereel (http://www.themefreak.net/forumdisplay.php?fid=28)
+---- Thread: Side Menu Bar Displayed Differently in Chrome and Firefox (/showthread.php?tid=286)



Side Menu Bar Displayed Differently in Chrome and Firefox - Mr.U - 13th Apr

Please Look at the images

I want to Fix in Firefox
In firefox we see spaces between the tabs,
How to Fix that
FireFox:
[Image: firefox.png]

Chrome
[Image: chrome.png]


RE: Side Menu Bar Displayed Differently in Chrome and Firefox - Mr.U - 28th Apr

i am still waiting for this fix


RE: Side Menu Bar Displayed Differently in Chrome and Firefox - Tan - 29th Apr

It looks like the sidebar has been deleted/edited.. not sure what I can do to help you?


RE: Side Menu Bar Displayed Differently in Chrome and Firefox - Mr.U - 29th Apr

(29th Apr, 02:41 am)wils172 Wrote:  It looks like the sidebar has been deleted/edited.. not sure what I can do to help you?

It only displays differently in firefox other wise in chrome and safari it is good


RE: Side Menu Bar Displayed Differently in Chrome and Firefox - Tan - 29th Apr

Try this for me and let me know if it works

look for the following in the global.css

#sidenav ul li {
margin-top: -1px;
margin-left: -5px;
}

remove the margin-top: -1px; line and see if that fixes it


RE: Side Menu Bar Displayed Differently in Chrome and Firefox - Mr.U - 2nd May

(29th Apr, 08:30 pm)wils172 Wrote:  Try this for me and let me know if it works

look for the following in the global.css

#sidenav ul li {
margin-top: -1px;
margin-left: -5px;
}

remove the margin-top: -1px; line and see if that fixes it

done no difference also found that the dropdowns dont work in chrome while they are fine in firefox

I have gave you the admin access


RE: Side Menu Bar Displayed Differently in Chrome and Firefox - Tan - 2nd May

The dropdowns work in chrome I'm sure b/c I've tested it and created it in chrome.

And doing what I suggested fixed the problem for me so I'm not sure why it wouldn't for you. Perhaps you didn't do it correctly.