I based my theme off blue-tech, which was wrote for RC3 I think, any ways I got it to work on RC5 with no problems until I updated to 2.0
the SimplePortal page looks great (unless you log in with IE) but when you navigate to the forums, they are all bunched up on the left side
making it undesirable to read
I seen a post about updating themes based off curve to update to 2.0 but most of the code was not found in this theme so I doubt it was based off that
I tried to contact the author but have not got a reply back yet and his website is no longer
I am not a coder in any way but I can cut&paste like a Pro :) So if any one has some thing I can read or knows how to fix this my members will love you long time :o
also where can I find IE css fixes at
Judging by screenshot, that looks like a table without width assigned to it.
If that style uses syntax similar to default style, adding this to CSS should solve your problem:table.table_list {
width: 100%;
}
That code was already in the index.css :(
/* Styles for a typical table.
------------------------------------------------------- */
table.table_list
{
width: 100%;
}
table.table_list p
{
padding: 0;
margin: 0;
}
table.table_list td, table.table_list th
{
padding: 5px;
}
table.table_list tbody.header td
{
padding: 0;
}
table.table_list tbody.content td.stats
{
font-size: 90%;
width: 15%;
text-align: center;
}
table.table_list tbody.content td.lastpost
{
line-height: 1.3em;
font-size: 85%;
width: 24%;
}
table.table_list tbody.content td.icon
{
text-align: center;
width: 6%;
}
I don't know much about what is going on, but It appears it is a hybrid of core with a side of curve.
I (not knowing what I'm doing) took the core index.css added his little header code to the file and got a start at some thing.
Now I'm just tracking down where every thing is and what the correct color should be.
I would appear a lot has changed in the css files since RC3
The most confusing part is on the top of the file, it states:
Lainaa/* Styles for the general looks for the Curve theme.
Hats off to all you theme developers, its a lot more work then it looks.
Here's a screen shot of my progress :)