NikolaJanev Posted October 16, 2024 Posted October 16, 2024 Hi, i am experiencing huge frustrations this days over this problem. The problem i encounter is that the background image doesn`t load. I tried with referencing the image as body{ background:url("package://cef/registerPage/background.jpg"); background-size:cover; background-position:center; background-repeat:no-repeat; background-attachment:fixed; width:100%; overflow:hidden; height:100% } and background-image: url("package://cef/registerPage/background.jpg"); I also changed the permission to full permission for everyone for the image Even i tried with background-color: some color; After i load into the server i get this: (As you can see other properties for the elements are loaded successfully like the styles for the button, font size, font color, etc ) https://imgur.com/MIJwsej Any help?
DaNeo Posted November 18, 2024 Posted November 18, 2024 if html, css, js and the images are in the same folder you just can do background-image: url("background.jpg"); GL and Have Fun.
NikolaJanev Posted November 18, 2024 Author Posted November 18, 2024 11 hours ago, DaNeo said: if html, css, js and the images are in the same folder you just can do background-image: url("background.jpg"); GL and Have Fun. Yes i already tried that, still nothing
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now