Help > Layout & Coding Help > Post Reply     

Force Close Dividers?

Player Avatar
Kitten ϟ
January 3rd, 2016 5:28:24am
22 Posts

Does anyone have any code (likely JavaScript) that would make the dividers all closed initially, like the Shows and Acheivements dividers??




 


View Comments 1


Player Avatar
trig ⨳ welcome to the new age
January 3rd, 2016 6:28:11pm
3,464 Posts

[id^="divider"] {display: none;}




Bailey Lucky Diesel Mixed Berries rooster-icon-2-orig_orig.png

 

Player Avatar
Kitten ϟ
January 9th, 2016 3:58:13am
22 Posts

I thought that would be it, but it won't let you open them if you do it that way.




 

Player Avatar
ikaria
January 9th, 2016 4:09:01am
826 Posts

Mine is:

 

#divider531 {display: none}

 

Instead of 531, you need to view your page source and get the ID# of each divider and put it there. Make sense?




 

Player Avatar
Apollo 🏹 Appaloosas
January 9th, 2016 4:16:47am
949 Posts

To save your time and effort:

#divider9512 {display: none}

#divider9559 {display: none}

#divider9513 {display: none}

#divider9510 {display: none}

#divider9514 {display: none}

#divider9558 {display: none}

#divider9498 {display: none}

#divider9511 {display: none}




 

Player Avatar
trig ⨳ welcome to the new age
January 9th, 2016 4:31:01am
3,464 Posts

you have to double click them to open




Bailey Lucky Diesel Mixed Berries rooster-icon-2-orig_orig.png

 

Player Avatar
Kitten ϟ
January 9th, 2016 7:50:35pm
22 Posts

gone - thank you for saving me the time and effort! xD

oh, okay trig, thank you as well!




 

View Comments 1