-1
My doubt can be a bit of a beast and surely many will find me half dumb, although I already have some experiences with front and end.
The doubt and the following, I want to make a site that extends to the whole screen independent of width, I need the left side where would be mine menu
have a fixed size and my div
right-hand begin after this and extend to the end of the window width, using WIDTH:100%
doesn’t work the way I want it to.
How can I do it in a way that I don’t use frameworks, I’m without the code at the moment.
Thank you if you can give me tips, I’m thinking about trying to use jQuery to change a class in the right div css using a calculation with the full window size when loading.
Research and study CSS flexbox.
– Sam
Your question is shallow, there are several ways to do this, without your code you can’t tell what would be good for your case. can be flex, grid, Calc, position fixede Absolute or,float. Vc need to include what you have of code already
– Caetano Sincero