Hi there,
I should get working on that site shouldnt I. I transferred ty2u.com to a different domain and then all my sites started being hacked. Not ty2u.com itself, but subdomains of that site were completely messed up, and all my other domains at my old host. I lost every single one of my other sites. Very crazy!!!
So yeah, I have been pretty busy. My appologies for not updating. I am just going to have to put it together. I want to have the same site up from before I changed hosts so I will see what I can do. I just have not had the time to work on my own stuff. I really have to make money to eat. Kind of rediculous if you ask me but I guess that's life for now.
As for your minimum maximum width thing... IE sucks but FX will work if you put in the class .outer (or whichever one I use for this template) the following code:
Code:
min-width:800px; max-width:1000px;
That should give you what you want in firefox. But... if you want it to not resize at all, just set the same class to a width like width:800px; You will have to edit what is there instead of adding a new one. I think it says something like width:90% but just change the 90% to 800px and you should be ok.
Let me know if you need some more help...