MyBB Community Forums

Full Version: [F] CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
.menu ul has 2 separate classes and when you change the bottom one it overrides the top one. You could just merge them.

[Image: untitled1nu6.th.gif]

[Image: 87790785dt0.th.gif]
No, they shouldn't override. Double classes are assigned _2, etc.
Well I went to the second menu_ul and changed the margin from 0 to auto. Well, that changed the CSS in the first menu_ul to what was in the second one.
No, it shouldn't. The md5 hash for the id value of it should be different too. Please tell me the name attribute in the options list for those two fields, or just attach the whole page.
Top one:
<option value="4e6d8a5635b24f9d5f16eb6c9e3bd908">.menu ul</option>

Second one:
<option value="4e6d8a5635b24f9d5f16eb6c9e3bd908_2">.menu ul</option>

The md5 hash is right, But I mean I don't understand exactly why it's doing it....

I just did it again to make sure. It also does this for .autocomplete. So in theory, it will override the first class every time you alter the second.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.
Try this file; Goes in admin/inc
Seems to have did the trick. Thanks!