PDA

View Full Version : How to make webpages identical across multiple browsers.


LostInThought
25-08-07, 07:24 PM
Can it be done? It seems impossible...

I am trying to get them to look identical on Gecko, Presto, Trident, and WebCore layout engines.

Anyone done it?

LostInThought
26-08-07, 12:02 PM
Where have all the web development experts gone?

Suliman
28-08-07, 08:46 AM
Asalaamu alikum

Most of the times they won't be INDENTICAL as different rendering engines, well render differently. What you need to do is get them as good as can be.

If using CSS, use floats as these will work in IE. You will really need to read up and post on forums about the problems you are having as some can be really l_o_n_g especially when it comes to IE.

Sorry if this doesn't make much sense but I've just woken up and my kids are fighting :S

Ohhh and it's best to post the work so far so people can tell you what to do.

Insha Allah this helps.

LostInThought
28-08-07, 08:59 AM
jazak'allah,

i have managed to get them very similar on the layout engines mentioned above. however, when i load the page on firefox in windows, and firefox in linux, the textbox(s) are slightly higher.

very annoying!

can this be fixed?