Here you go: http://phpbb.hasnb.net/Rahber wrote: Wed Jun 28, 2017 7:01 am The reason for that is because the div#wrap holds the CSS for making it fixed width.
Can you share the actuall code or link to your test board so i can see more that what are you trying to do.
Something like this is on your mind ?OlaNorway wrote: Wed Aug 02, 2017 7:37 pmHere you go: http://phpbb.hasnb.net/Rahber wrote: Wed Jun 28, 2017 7:01 am The reason for that is because the div#wrap holds the CSS for making it fixed width.
Can you share the actuall code or link to your test board so i can see more that what are you trying to do.
I was trying for a soccer field look with a white stripe
(for the time being red) around the edge of the browser window.
I have tried every trick I could think of or find on the Internet.
Still can't gt the bar under the wrap div/layer.
Fixed position so it sticks to the edges as the wrap scrolls up and down.
I did this in a free wordpress theme and it worked with negative z-index values.
Something like this?OlaNorway wrote: Thu Aug 03, 2017 4:54 pm Could not see what you meant.
I need the wrap div to lay over the red horizontal bars (top and bottom).
You need to put the code for the border above the wrap and play with the position and z-index in bothOlaNorway wrote: Thu Aug 03, 2017 5:33 pm Yes, exactly....
How do I do it?
Have tried every thing I could think about.
colours.css
and find
Code: Select all
html, body {
color: #536482;
background-color: #F5F7FA;
}
Code: Select all
body {
border: 40px solid #991e1e;
}