Jump to content

Website (css background)


Recommended Posts

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
Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock