it shows the submit button of my site smaller than its original size.. and it shows the submit button on left side of page while the ie and ff shows it correctly. it is showing incorrect link i mean i have put a # on href of a link. ie and ff are showing it correctly but opera is linking it to my index.php that linking problem didnt occure when my page was html.. i have now converted the page to php.. and opera is spoiling the designing of my page please give me a suggestion..
I hate to tell you, but Opera probably displays your code correctly, and the rest are displaying it incorrectly. Opera is the only browser (afaik) to pass the acid test: http://www.webstandards.org/files/acid2/test.html
What exactly is the line with the link, and what exactly is Opera doing with it? My Opera's stylesheet does some funny things with input buttons and :focus I believe it is, though they still work.
<a href="#">Counter-Strike1.6 skin pack</a> | <b>Coming Soon</b></td> thats my link code. it works with ie and ff but opera points it to this : http://mysite.com/cs-tools.php while ie and ff points it to : http://mysite.com/cs-tools.php#
Simple solution, have a valid URL/page as a value for href instead of '#'. It would help to see the page though.
Yup, this is another "We need the WHOLE thing" Oh, and lektrikpuke, Safari and Konqueror passed ACID2 before Opera did.
but i dont want to give it a full URL cuz # thing doesnt reload the page.. and i tried the full url too like this : <a href=" http://mysite.com/index.php#">Counter-Strike1.6 skin pack</a> | <b>Coming Soon</b> but still opera points it to index.php , while it should point it to index.php#