Hehe, welcome to Web development my friend!

IE6 is very old, and it contains a large number of rendering quirks that
are not present in "modern" browsers (FireFox, Safari, Opera). IE7 is
much better, but IE6 still commands a large segment of the browser
market.

I would suggest developing for a modern browser such as FireFox, then
testing on IE6 and IE7 and putting workarounds for the things they mess
up. There are entire web sites dedicated to documenting IE quirks and
their workarounds. http://positioniseverything.net is a good one.

Note that this is almost certainly *not* a Wicket issue, since Wicket
generates the same markup regardless of browsers. If you have questions
about specific rendering issues, you might want to ask on a site that
deals with browser rendering issues.

Hope this helps.

jk


On Fri, Oct 03, 2008 at 06:20:41AM -0700, newbie_to_wicket wrote:
> 
> Hi,
> I'm facing some issues with browser ( IE and Mozilla Firefox ) ..
> 
> In Internet Explorer everything is working fine but in Firefox some css
> issues ( components are not displaying in accurate position  ) are there. 
> 
> did any body come across this kind of problem earlier , if you have the
> solution please help me ....
> 
> I want to work the pages correctly in both IE and Firefox, this is my
> project requirement.:confused:
> 
> thanks
> J
> 
> -- 
> View this message in context: 
> http://www.nabble.com/which-browser-is-preferrable-for-Wicket-1.3-tp19797602p19797602.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to