PDA

View Full Version : My website is not compatible with opera??


silent_thunder
11-04-2008, 06:28 PM
Can someone help!! I changed am getting a lot of comments on my website being compatible with opera??

http://smartpixels.net

Does anyone know what is the cause for the error?

sarahG
11-04-2008, 07:52 PM
I can't check it in Opera as I don't have it running, but fixing your various validation errors would be a good start. You've got redundant tags all over the place

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fsmartpixels.net%2F

ap4a
11-04-2008, 08:28 PM
You've commented out 3 images, but not closed the comment so everything following the opening comment tag until the closing comment tag on the next comment is being hidden. This includes the closing </div> tags for a number of already opened sections as well as several clearing divs.

For example:


<!-- <img src="http://www.smashingmagazine.com/images/post-pictures/elephant.jpg" title="Feed Me Animals: A Free Rss Feed Icon Set" alt="elephant Feed Me Animals: A Free RSS Feed Icon Set" /> –>


Should be:


<!-- <img src="http://www.smashingmagazine.com/images/post-pictures/elephant.jpg" title="Feed Me Animals: A Free Rss Feed Icon Set" alt="elephant Feed Me Animals: A Free RSS Feed Icon Set" /> –> -->

Indyan
11-05-2008, 01:21 AM
This kind of error happens with me a lot for Internet Explorer.
See if hurricane's solution helps. Also check that all divs are closed at proper places.
Check that the sum of width of content+sidebar doesnt exceed the max width of the body.

silent_thunder
11-05-2008, 04:22 AM
I can't check it in Opera as I don't have it running, but fixing your various validation errors would be a good start. You've got redundant tags all over the place

http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fsmartpixels.net%2F

thanks to everyone will try the suggestions

thanks once again.

Smashing magazine is just a post how can it effect the theme??

ap4a
11-05-2008, 09:09 AM
All the errors on that page are due to those three unclosed comments. Closing them fixes the markup and stops the layout breaking. So before trying anything else save some time and close the comments.

Kevin
11-05-2008, 12:57 PM
THREAD MOVED TO BUILD AND DESIGN ROOM

The blogging tips theme support room is for support on bloggingtips themes. :):)

narendra.s.v
11-06-2008, 04:50 AM
why not try http://browsershots.org/ but for me its fine in opera :rolleyes:

sarahG
11-06-2008, 07:45 AM
why not try http://browsershots.org/ but for me its fine in opera :rolleyes:

Probably because when the OP asked and was given the answer 2 days ago they've fixed the issue?

Although silent_thunder, you've still got some validation issues such as redundant tags just in the middle of nowhere. Run it through the validator link I gave you before and you'll see what's wrong and where.

silent_thunder
11-06-2008, 08:26 AM
Probably because when the OP asked and was given the answer 2 days ago they've fixed the issue?

Although silent_thunder, you've still got some validation issues such as redundant tags just in the middle of nowhere. Run it through the validator link I gave you before and you'll see what's wrong and where.

thanks guys!! Sarah and hurricane!! Great knowledge about Wp and Coding!! I wish I knew that much:)

kocharvimal
11-11-2008, 09:08 AM
some websites open with a bad layout in opera and internet explorer..firefox rocks in these things..!!

Indyan
11-11-2008, 10:44 AM
some websites open with a bad layout in opera and internet explorer..firefox rocks in these things..!!

That is a pretty inaccurate statement. Actually almost all websites work with IE. Not because trident is the best rendering engine around but because its the most popular one. So people test their pages on it and use custom hacks to get around its many limitations. Gecko is also pretty popular these days and most modern web developers take the effort to make their website work with gecko.