A page , lets say a page of a cms , like the index page , it has to fit a certain resolution of a computer screen right? Depending on the size of the scren , the webpage re sizes itself and doesn't become all mumbled jumbled.
So let's say if I want to fix this type of a problem on mozilla , do i do something liek this?
I'm not really familiar with this forte , some explanation would be nice , thank you :)Code:#t_div { -moz-transform:scale(1.5,1.5); //for Firefox }



Reply With Quote

