<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Forms</title><link>http://forums.asp.net/18.aspx</link><description>All about building ASP.NET Pages - server controls, events, validation, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1429081.aspx</link><pubDate>Sun, 15 Oct 2006 06:55:34 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1429081</guid><dc:creator>adaksh</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1429081.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1429081</wfw:commentRss><description>&lt;p&gt;Hello Guys&lt;/p&gt;&lt;p&gt;Everybody is talking about what they doing, what IE and what firefox mozilla is about. I&amp;#39;m doing my website and I had this trouble too. Nothing much I could do about it. So I searched and re-searched and finally come to conclusion that its a problem with IE and it needs its tags needs to be fixed because microsoft has underlooked cross browser functionality with asp.net &lt;/p&gt;&lt;p&gt;Now question who would do that? - Not me!!!!&lt;/p&gt;&lt;p&gt;&amp;nbsp;Eventually I found this script at &lt;a href="http://slingfive.com/pages/code/browserCaps/" title="Browser Cap" target="_blank"&gt;http://slingfive.com/pages/code/browserCaps/&lt;/a&gt; by Rob Eberhardt, I stick it to my web.config file and I&amp;#39;m happy now &lt;img src="http://forums.asp.net/emoticons/emotion-21.gif" alt="Yes" /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Good Coding&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1428429.aspx</link><pubDate>Fri, 13 Oct 2006 21:57:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1428429</guid><dc:creator>subdigital</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1428429.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1428429</wfw:commentRss><description>&lt;p&gt;IE7 is great.&amp;nbsp; I feel comfortable in both browsers now!&lt;/p&gt;&lt;p&gt;I haven&amp;#39;t yet developed a site with IE7 as my test browser, but I know that the standards support are greatly improved, so it will be a better experience than with IE6... however I don&amp;#39;t think the standards support is as good as Firefox or Safari.&amp;nbsp; Firefox RC2 is out, and it&amp;#39;s a free download...&amp;nbsp; I like the new features in it... for example spell checking on any web textbox!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1428331.aspx</link><pubDate>Fri, 13 Oct 2006 19:59:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1428331</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1428331.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1428331</wfw:commentRss><description>&lt;p&gt;This is what I call a reply, thank you sub digital, Ill try the tables in my page as I&amp;#39;ll try to read (( CSS Mastery by Andy Budd )), but that part about IE7 I didn&amp;#39;t understand, is IE7 better than Firefox ?&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;and for burrying IE6 take allok at my desktop you will see its grave and Firefox is dancing on it !!!&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1426933.aspx</link><pubDate>Thu, 12 Oct 2006 18:38:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1426933</guid><dc:creator>subdigital</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1426933.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1426933</wfw:commentRss><description>&lt;p&gt;Ok, this is a very common problem with a majority of developers out there.&amp;nbsp; If you design a site using only IE, &lt;strong&gt;it will look broken in every other browser on the planet&lt;/strong&gt;.&amp;nbsp; Period.&lt;/p&gt;&lt;p&gt;&amp;nbsp;This is because IE has quite a few known flaws when it comes to rendering pages, especially with CSS.&amp;nbsp; So what to most people do?&amp;nbsp; Resort to tables.&amp;nbsp; &amp;quot;Tables for everything,&amp;quot; they say.&amp;nbsp; When things don&amp;#39;t line up... well throw a table inside that td, then wrap the whole thing inside another table...&amp;nbsp; &lt;strong&gt;nonsense.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Design your site incrementally and test both IE and firefox during development.&amp;nbsp; Firefox has MUCH better standards support.&amp;nbsp; IE7 is a HUGE step in the right direction.&amp;nbsp; I can&amp;#39;t wait until we bury IE6.&lt;/p&gt;&lt;p&gt;Ok, I&amp;#39;m done ranting.&amp;nbsp; I suggest you check out CSS Mastery by Andy Budd and you&amp;#39;ll get a good grip on how to use CSS for layout that works in all modern browsers.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Good luck.&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1426916.aspx</link><pubDate>Thu, 12 Oct 2006 18:22:24 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1426916</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1426916.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1426916</wfw:commentRss><description>&lt;blockquote&gt;&lt;div&gt;&lt;img src="http://forums.asp.net/Themes/default/images/icon-quote.gif" /&gt; &lt;strong&gt;martinbeeby@hotmail.com:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Can you post you page so that we can have a look at it?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I can then advise as to what you should to make it cross browser compatible.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;

Thsnk you for your reply, I&amp;#39;ve already done this, I&amp;#39;ve put a link to it thre or four replies above, it is &lt;a href="http://mpcabd.brinkster.net/Validation.aspx" title="http://mpcabd.brinkster.net/Validation.aspx"&gt;( Validation )&lt;/a&gt; .&lt;p&gt;But this page is a test page and it&amp;#39;s not the page I&amp;#39;m designing !&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1425105.aspx</link><pubDate>Wed, 11 Oct 2006 13:18:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1425105</guid><dc:creator>martinbeeby@hotmail.com</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1425105.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1425105</wfw:commentRss><description>&lt;p&gt;Both browsers render HTML and CSS differently. There are many tricks ensuring that pages look the same in both browsers and it&amp;#39;s a real skill. Can you post you page so that we can have a look at it?&lt;/p&gt;&lt;p&gt;&amp;nbsp;I can then advise as to what you should to make it cross browser compatible.&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1423649.aspx</link><pubDate>Tue, 10 Oct 2006 10:36:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1423649</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1423649.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1423649</wfw:commentRss><description>&lt;p&gt;Can I get some answers here? you&amp;#39;re supposed to be ASP .NET people and no one,no one kows the answer?&lt;/p&gt;&lt;p&gt;where else I&amp;#39;ll ask? if I asked the pro.&amp;#39;s and they didn&amp;#39;t reply ?!?!&lt;/p&gt;&lt;p&gt;Where are you ??&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1422244.aspx</link><pubDate>Mon, 09 Oct 2006 04:40:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1422244</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1422244.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1422244</wfw:commentRss><description>&lt;blockquote&gt;&lt;div&gt;&lt;img src="http://forums.asp.net/Themes/default/images/icon-quote.gif" /&gt; &lt;strong&gt;mpcabd:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;yesterday I was trying the Commerce web starterkit and the same thing happend in firefox, the left panel&amp;#39;s size wasn&amp;#39;t the same in Visual Studio or in Internet Explorer.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;img src="http://forums.asp.net/emoticons/emotion-10.gif" alt="Embarrassed" /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Sorry for this mess, I meant that the left-panel&amp;#39;s size in Firefox was not the size I set in Visual Studio, but in the Internet Explorer it was the same !&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1422234.aspx</link><pubDate>Mon, 09 Oct 2006 04:29:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1422234</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1422234.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1422234</wfw:commentRss><description>&lt;p&gt;Yes, I think I do.&lt;/p&gt;&lt;p&gt;If you have these two brwsers you can see the difference between them by trying this page &lt;a href="http://mpcabd.brinkster.net/" title="http://mpcabd.brinkster.net/"&gt;( Validation )&lt;/a&gt; , this is the page I told you about in the first post, and yesterday I was trying the Commerce web starterkit and the same thing happend in firefox, the left panel&amp;#39;s size wasn&amp;#39;t the same in Visual Studio or in Internet Explorer.&lt;/p&gt;&lt;p&gt;I just can&amp;#39;t figure out how I can stop this thing !&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1421774.aspx</link><pubDate>Sun, 08 Oct 2006 08:49:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1421774</guid><dc:creator>sreejukg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1421774.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1421774</wfw:commentRss><description>So you use flow layout instead of grid layout for the aspx page&lt;br /&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1421772.aspx</link><pubDate>Sun, 08 Oct 2006 08:33:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1421772</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1421772.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1421772</wfw:commentRss><description>&lt;p&gt;Helo, Any body home???&lt;/p&gt;&lt;p&gt;Where are you guys ?&lt;/p&gt;&lt;p&gt;I&amp;#39;m waiting .....&lt;/p&gt;&lt;p&gt;&lt;img src="http://forums.asp.net/emoticons/emotion-6.gif" alt="Sad" /&gt;&lt;/p&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1421372.aspx</link><pubDate>Sat, 07 Oct 2006 10:55:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1421372</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1421372.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1421372</wfw:commentRss><description>Sorry Javier Luna, was I supposed to understand this language?&lt;br /&gt;I&amp;#39;m Syrian and I know just two languages ( Arabic , English ), that language I neither know its name nor understand, can you please write it in English ?&lt;br /&gt;</description></item><item><title>Re: A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1420656.aspx</link><pubDate>Fri, 06 Oct 2006 14:24:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1420656</guid><dc:creator>Javier Luna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1420656.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1420656</wfw:commentRss><description>&lt;p&gt;Hi mpcabd,&lt;/p&gt;&lt;p&gt;You would be carefully when develop your ASP.NET web application.&lt;/p&gt;&lt;p&gt;Good Coding!&lt;/p&gt;&lt;p&gt;Javier Luna &lt;br /&gt;&lt;a href="http://guydotnetxmlwebservices.blogspot.com/"&gt;&lt;font color="#7395c1"&gt;http://guydotnetxmlwebservices.blogspot.com/&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>A huge difference in viewing a page between Microsoft Internet Explorer and Mozilla Firefox !</title><link>http://forums.asp.net/thread/1420489.aspx</link><pubDate>Fri, 06 Oct 2006 11:31:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1420489</guid><dc:creator>mpcabd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1420489.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1420489</wfw:commentRss><description>&lt;p&gt;Hi guys, this is my first time writing in this forum, I&amp;#39;m learning ASP .NET 2.0 from a book ( Pro. ASP.NET 2.0 in VB 2005 ), and I&amp;#39;ve reached the Validation part, and when I made the testing page and tried it in the Internet Explorer it was just like I designed, but when&amp;nbsp; I tried viewing it in the Firefox the buttons and textboxes mixed together just like a big bowl of salad, so I tried to apart&amp;#39;em and put a lot of &amp;lt;br /&amp;gt;&amp;#39;s so when it runs on firefox it&amp;#39;ll be good to see, this thing is a big problem because alot of people around the globe are using Firefox, and I want my website to be perfect so no one will ever see a mistake in it; the question is : how can I produce a page that looks the same as I designed in this two browsers .&lt;/p&gt;&lt;p&gt;Thank you all .&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>