GhostOfSoul Posted August 30, 2018 Posted August 30, 2018 (edited) Hello guys,i stuck with that and can't fix it (i found the problem) just need some help, website background works fine with firefox only because its on css but i get black screen on chrome,opera etc. i search everthing about this on google i put everything on css nothing happens. Spoiler https://prnt.sc/kotg9i Edited August 30, 2018 by GhostOfSoul photo
SQL Developer Posted August 31, 2018 Posted August 31, 2018 ::-moz-selection { /* Code for Firefox */ color: white; background: #e485c8; } ::selection { /* Code for other browsers*/ color: white; background: #e485c8; }
Sinister Smile Posted August 31, 2018 Posted August 31, 2018 Check this > https://www.w3schools.com/cssref/sel_selection.asp if you need something just visit www.w3schools.com it has everything there, tutorials, examples and etc.
GhostOfSoul Posted August 31, 2018 Author Posted August 31, 2018 (edited) nothing happen guys the same sh**.... i had already this code but forget to PrtScn it Spoiler ::selection { color: white; background: #e485c8; } i also delete browser code and its still working on Firefox Quote ::-moz-selection { /* Code for Firefox */ color: white; background: #e485c8; } ::selection { color: white; background: #e485c8; } Edited August 31, 2018 by GhostOfSoul spoiler
SQL Developer Posted August 31, 2018 Posted August 31, 2018 Can you tell me what exactly you want to do ? you want to change the background and the color of the selected text / images on the website or something else?
GhostOfSoul Posted August 31, 2018 Author Posted August 31, 2018 (edited) Lock and thanks for your help guys @SQL Developer HE IS JUST BEAST Edited August 31, 2018 by GhostOfSoul your
Recommended Posts