| 
	
 | 
 Posted by Spartanicus on 06/14/38 11:23 
Animesh Kumar <animesh1978@gmail.com> wrote: 
 
>I have launched a testing phase of my website on sanskrit poetry. It  
>uses CSS and HTML only, so far. I was checking my page in IE and Mozilla  
>and the results were nice so far. Yesterday I happen to check the page  
>in Opera and the result was awful :-( 
> 
>http://www.stutimandal.com/gif_misc/vishnu_vandanam.htm 
> 
>Can someone suggest if there is something wrong with the CSS or is it  
>just Opera? 
 
Given the subject line you seem to have already made up your mind. 
 
Your doctype triggers quirks mode in most browsers. You should use 
strict coding with a matching doctype, dump the mixup between XHTML and 
HTML and the <center> and <font> crap. 
 
A document should be structured with at least one header, they should 
not be used to select a font size, but in an hierarchical and successive 
manner. 
 
Opera centers the "midcol", since you've not positioned it this is 
perfectly normal behaviour. 
 
--  
Spartanicus
 
  
Navigation:
[Reply to this message] 
 |