sectra
Member
Posted 11 months ago #
Really sorry if this has been asked a bunch of times, or if it is in a sticky somewhere, I don't really have time to look.
I have been designing my website: http://Sectramusic.com recently, and i've got to work on the background. I'm using the Mystique CSS and have already figured out the header.
I need to know the pixel sizes for how wide the website is, and when the columns start for the background.
As in: <-this->Column column<-this->
And.. <------------this.----------->
Thanks for the help!
-Milla
BrenFM
Member
Posted 11 months ago #
Talkin about the Whitespace?
Total width 940px
left col (#content-container) is 630px
right col (#sidebar) is 310px
If you use Chrome as a browser, you can inspect element by right clicking any part of the screen and following your nose. In the Element Inspector's right pane is a collapsed box saying "computed style", this will tell you what dimensions elements are that don't have dimensions specifically defined.
sectra
Member
Posted 11 months ago #
No, i'm talking about the stuff beyond it. The black space.
sectra
Member
Posted 11 months ago #
Got it working! Thanks for the help!