xoliprex
Brink Kale
xoliprex
Brink Kale
xoliprex
I have a question, quote this message when youre online.
Id appreciate it, Thank you.
yum_strawberry Just ask, someone who can answer will respond.
About The Current/V2 Profile StyleSheets How do you merge both details and contact panels?
You cant really merge things but you can give them the appearance of being merged. Place one next to the other and use C.S.S to either give them the same background, adjust the sizes so there is no space between them. Things like that.
body, panel, htmlbackground-color:purple;border:1px solid gray;font-weight:italic;font-family;:arial;text-align:center;text-size:9pt;}
This is what I have bug havent applied it yet.
You probably don't want to apply that. More like this. Put your details panel and contacts panel in the first column and use this
#column_1 .panel{
margin: 0; padding: 0; background: black;}
Or you could even do something like this
#column{
height: auto; width: auto; background: black;}
#column .panel{
background: transparent;}
It really all depends on your layout and your choice of how to accomplish things.
Another method would be to position them together position: absolute; then top: 10px; and left: 10px; and alter the top and left numbers as you see fit. There are a lot of ways to do what you want to accomplish. 3nod.
Edit: Just realised you are in the OldSchool section. Go to
this thread for more help regarding V2 profiles.