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
Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..