Jump to content

Recommended Posts

Posted (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.

 

 

Edited by GhostOfSoul
photo
Posted

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #e485c8;
}

::selection { /* Code for other browsers*/
    color: white;
    background: #e485c8;
}

Posted (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 by GhostOfSoul
spoiler
Posted

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?

Guest
This topic is now closed to further replies.
×
×
  • Create New...