nasagnilac
New member
- Messages
- 121
- Points
- 0
- Github
- gmblank
Hi hercules community. I just switch to hercules last week and know I am planning to integrate flux control panel.
Question:
1: How to declare the #container in css?
2: What if I change it to #containerbody? what will happened?
4. I tried to rename the .contentInner to .containerInnerRanking and the image is gone. how to declare .containerInnerRanking so that I can add it to Style.css?
5. How can I separate the welcome,rankings and new and put them to their owns box content? As you can see they are on the same box on the image. please help.

Question:
1: How to declare the #container in css?
2: What if I change it to #containerbody? what will happened?
3. Where did the .contentInner come from and declared?#container{
width:970px;
margin:0 auto
}
4. I tried to rename the .contentInner to .containerInnerRanking and the image is gone. how to declare .containerInnerRanking so that I can add it to Style.css?
.contentInner{
width:455px;
min-height:429px;
background:url(../img/contentBgInner.png) repeat-y;
padding:10px 20px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
float:left
5. How can I separate the welcome,rankings and new and put them to their owns box content? As you can see they are on the same box on the image. please help.

Last edited by a moderator: