{"id":3478,"date":"2014-03-25T15:33:34","date_gmt":"2014-03-25T15:33:34","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/25\/problem-about-css-collection-of-common-programming-errors\/"},"modified":"2014-03-25T15:33:34","modified_gmt":"2014-03-25T15:33:34","slug":"problem-about-css-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/25\/problem-about-css-collection-of-common-programming-errors\/","title":{"rendered":"problem about CSS-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nMember 10445167<br \/>\nCSS HTML<br \/>\nHello! \u00a0 I have been working on an animation of a ball rolling and falling off an edge. First, I made a version which just rolls, and the stops. Working fine. But then, when I added the falling animation to the same code, it doesn&#8217;t roll it, and I can&#8217;t do anything about it. here is the first snippet: @-webkit-keyframes roll{0% {-webkit-animation-timing-function: ease-in; -webkit-transform: translateX(0px) rotate(0deg);}50% {-webkit-transform: translateX(480px) rotate(360deg);} }then the<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nBraydon<br \/>\nCSS HTML PHP MySQL CSS3 HTML5<br \/>\nSo I making a Registration page, It has Verification And Confirm Fields. To secure my registration I am trying to stop mysql injections but I get an error: \u00a0 Parse error: syntax error, unexpected &#8216;$email3&#8242; (T_VARIABLE) in C:\\xampp\\htdocs\\register.php on line 70 \u00a0 Line 70 Contains: $email3 = mysql_escape_string($email1); \u00a0 $email1 is: $email1 = $_POST[&#8217;email&#8217;]; \u00a0 And My Form Is: $form = &#8216;&lt;form action=&#8221;register.php&#8221; method=&#8221;POST&#8221; &gt; First Name:(Only for emails) &lt;input t<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nGaneshcse<br \/>\nASP.NET Javascript CSS HTML<br \/>\nHi friends, I have small doubt in asp.net web app \u00a0 I have 2 divs for 2 types of menu&#8217;s i.e one menu for All Users except Admin Login and Other \u00a0 Menu is for Admin Login because I have used this I want to give only some permissions to \u00a0 users and all permissions to Admin. \u00a0 For that I have taken 2 div&#8217;s in which all is HTML Menu Code. based on Session value I am \u00a0 hiding the menu. every thing is fine but one small problem that I am using javascript ajax \u00a0 func<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nrajesh-jeshra<br \/>\nCSS HTML Web-Development menu CSS3<br \/>\nIs there any code to open a page on Menu mouseover. \u00a0DEMO \u00a0 in www.codeproject.com website&#8217;s menu. \u00a0 Articles -&gt; Chapter and Selections -&gt; Opens a sitemap page.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nkrish2013<br \/>\nC# ASP.NET CSS Silverlight Bing<br \/>\ni devloped one application that application published in iis.when i run the application it&#8217;s working fine after 10 minutes i refresh the page i am getting this error \u00a0Server Error in &#8216;\/&#8217; Application. \u00a0 Runtime Error \u00a0 Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the lo<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nmhamad zarif<br \/>\nASP.NET CSS<br \/>\nHi all , \u00a0 I want to style the radio button list.And i found this thing : http:\/\/blogs.digitss.com\/javascript\/jquery-javascript\/jquery-fancy-custom-radio-and-checkbox\/[^] \u00a0 And this is what i have done : &lt;div&gt;&lt;div class=&#8221;checkbox&#8221; id=&#8221;Cooking&#8221;&gt;&lt;asp:CheckBoxList ID=&#8221;CheckBoxListAnswer&#8221; runat=&#8221;server&#8221;&gt;&lt;\/asp:CheckBoxList&gt;&lt;\/div&gt; &lt;\/div&gt; And the generated html runtime is this : &lt;div&gt;&lt;div class=&#8221;checkbox&#8221; id=&#8221;Cooking&#8221;&gt;&lt;table id=&#8221;ctl00_Content<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nMember 9307978<br \/>\nJavascript CSS HTML Blackberry<br \/>\nI am developing a simple application using HTML and Javascript \/ CSS. I have a div container in HTML code and I have set its style in my css file as follows: \u00a0 &lt;html&gt; &lt;head&gt; &lt;\/head&gt; &lt;body&gt; &lt;div id=&#8221;container&#8221;&gt; &lt;\/div&gt; &lt;\/body&gt; &lt;\/html&gt; \u00a0 CSS Style \u00a0 .container { height:150px; width:100%; position:relative; overflow:auto; } \u00a0 I am filling div container on runtime. When the content goes outside the container, an automatic scroll bar<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nAdore C++<br \/>\nCSS HTML IE8<br \/>\ndear all now i am making a runtime html MySQL report generator opened using .Net web browser comportment on pcs using IE8 and i faced a huge amount of problems some i succeed to solve it and others are still so please help me and i googled alot alot alot \u00a0i have report with a page header &amp; footer (printable repeatable on each page)PLUS a very long table will be printed over many pages and so its header should also be repeated \u00a0repeating the table header was done using &lt;meta http-e<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nItz.Irshad<br \/>\nJavascript CSS HTML Gridview Web<br \/>\nIn ASP.NET web application, first row of gridview is cloneed at runtime. All the css styles are copied well and applied. \u00a0 But, problem is that there is a feature of configurable font size which changed the font size of all controls in application according to user specification (12 px, 14px, 16px, etc). When font size is changed column alignments is not maintained in clonned row of grie view. \u00a0 In fact, when font size is changed the row&#8217;s cells automatically set the width of cells of<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\njavedsmart<br \/>\n.NET2.0 VB9.0 C# ASP.NET CSS .NET<br \/>\nHello friends,I am creating one website for which i want to change css element value dynamically through c# or vb. how do i change it? ex. i want to change header back-color through c# or vb.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nmallikharjunrao84<br \/>\nCSS<br \/>\ndiv has width of 250px and height of 35px ,inside it there is an anchor with width and height 100% but at runtime anchor width not rendering as 250px and height is not rendering as 35px its stretching depending on data.div.css { height:35px; width:500px; } a.css { height:100%; width:100%; display:table &#8211; cell; text-align:center; vertical-align:middle; } \u00a0 output for anchor width and height 25px and 10px depending on data inside its span. \u00a0 if i change anchor display to block,width beco<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nSashibhusan Meher<br \/>\nCSS<br \/>\nSir \u00a0 I have designed a page in asp .net as mentioned below. In the design time i am able to display image but in the run time it is not coming. Kindly help me plz. \u00a0form id=&#8221;form1&#8243; runat=&#8221;server&#8221;&gt;sas\/form&gt; \u00a0 #maintbl {width:1025px;height:100px;background-image:url(&#8216;\/Images\/BannerBG2.jpg&#8217;); } I have also tried with background-image:url(&#8216;\/Images\/BannerBG2.jpg&#8217;); background-image:url(&#8216;~\/Images\/BannerBG2.jpg&#8217;);<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nVinay Indoria<br \/>\nJavascript CSS HTML jQuery<br \/>\nI am new to web development and have tried all the code help that i could get from internet. I have a series of div tags placed in a single div tag like&lt;div class=&#8221;Draggable&#8221; id=&#8221;MainDiv&#8221;&gt; &lt;div id=&#8221;firstdiv&#8221;&gt;&#8230;&lt;\/div&gt; &lt;div id=&#8221;seconddiv&#8221;&gt;&#8230;&lt;\/div&gt; &lt;div id=&#8221;thirddiv&#8221;&gt;&#8230;&lt;\/div&gt; &lt;\/div&gt;\u00a0 The div tags are generated at runtime so the id&#8217;s are random.the id given above are just for making the readers understand my problem. The actual task that is to<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nqasimidl<br \/>\nASP.NET CSS<br \/>\ni m working with asp.menu controlls. its bound with database (sqlserver) \u00a0 I have to use css to apply on it how should i do that ?? I dont have any css and not good at creating !! Is there any css code to apply on dynamic menus??? \u00a0 My question is Need Css and How to apply on Dynamic Asp.menus???<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\ngouravkaila<br \/>\nCSS Gridview Style Runtime<br \/>\nI am usind a grid view control in an update panel. Grid View is using default paging of grid which on click calls __dopostback(&#8216;GridId&#8217;,&#8217;GridId$PageNo&#8217;) by default. \u00a0 My columns does not pick up the CSS and style(Given in Code Behind also) after clicking of the page index. \u00a0 Kindly help.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nKhushil Bhavsar<br \/>\nASP.NET CSS<br \/>\nHow can i add css templet in asp.net<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nBeula Joyce<br \/>\nC# CSS Treeview<br \/>\nHi, \u00a0 I have scenario which binds the Brand, category and sub categories in a treeview dynamically. I have separate styles for RootNode &#8211; Brand, ParentNode &#8211; Category and ChildNode- SubCategory. Parent Node and Root node should not be clicked only child nodes can be clicked. All this works fine but I have also a scenario that a Category may not have sub category but it should have parent node style and it can be clicked also. I am not able to do this. \u00a0 Ex: Brand1Category1subCategory1<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nchethanforever<br \/>\nCSS HTML cross-platform<br \/>\nI have an alignment issue with one of my site. \u00a0 URL:connectwithsubhash.com[www.connectwithsubhash.com] \u00a0 I have used counter @ the bottom of the page. Its aligned properly in firefox but its not properly aligned in chrome. \u00a0 I have used like this \u00a0&lt;div align=&#8221;right&#8221;&gt;counter code&lt;\/div&gt; \u00a0 how to fix this issue&#8230;?? \u00a0 Thanks.<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nLonnie R Thomas<br \/>\nASP.NET VBScript Javascript CSS<br \/>\nI am trying to add an accordion control to one of my pages.Following is the code:&lt;form id=&#8221;form1&#8243; runat=&#8221;server&#8221;&gt; &lt;asp:ScriptManager ID=&#8221;ScriptManager1&#8243; runat=&#8221;server&#8221;&gt; &lt;cc1:Accordion ID=&#8221;Accordion1&#8243; runat=&#8221;server&#8221;&gt; &lt;cc1:AccordionPane ID=&#8221;AccordionPane1&#8243; runat=&#8221;server&#8221;&gt; &lt;\/form&gt;but I am getting this error:An unhandled exeception has occurred.Collection was modified; enumeration operation may not executeSearched on this error but no results<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nAurora9229<br \/>\nCSS Ajax jQuery asp.net4<br \/>\nHi,I&#8217;m handling an application for zooming an image with its description in a modal popup on mouse hovering in an image control. The image and text displayed in the popup should be fetched from database. For this application i have used css,jquery and ajax. When mouse hovering on image control, i&#8217;m getting perfect popup with datas fetching from database. But when hover out the popup will not be disappeared. In my popup there is a close option while clicking it popup will get disappeared. \u00a0T<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nmohaneswaran<br \/>\nJavascript CSS HTML<br \/>\nHi, Need some help here. I have used js,css and html to produce a slideshow. The probelms is it all works really well with IE8, firefox and chrome, but it does not work for IE 7 at all. Can some one point out where has it gone wrong. Thanks. Here are the codes: \u00a0 &lt;html xmlns=&#8221;http:\/\/www.w3.org\/1999\/xhtml&#8221;&gt; &lt;head&gt; &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text\/html; charset=utf-8&#8243; \/&gt; &lt;title&gt;JavaScript Slideshow&lt;\/title&gt; &lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221; hr<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nravi1989h<br \/>\nJavascript CSS<br \/>\nHello \u00a0 can you please provide some example of header slider .I found tinycarousel on internet . But i am facing one problem \u00a0 1) i have to show 2 or 3 image (Not one) at a time. user can slide the header 2)on clicking any image one dropdown will open(display) . can you please give me some example? \u00a0\/\/*****************************Index.html********************************** &lt;!DOCTYPE html PUBLIC &#8220;-\/\/W3C\/\/DTD XHTML 1.0 Strict\/\/EN&#8221; &#8220;http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-strict<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nMember 7810753<br \/>\nASP CSS HTML<br \/>\nI need to use a div in my first table which is div style=&#8221;height:100%; overflow:auto; &#8220;. In my second table I call the js function: table style=&#8221;width:100%;&#8221; class=&#8221;FloatTitle&#8221;. This is a include file: tablefloatertitle.js. Then I make use of the thead and tbody tags. It work perfectly in firefox but not in IE. What must I change in my .asp page or the .js file to make it work in firefox and IE. \u00a0 Here is my .js file code \u00a0function startFloatTitle() { var cnt=0; var allTableIDs = ne<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\namarasat<br \/>\nCSS HTML<br \/>\nHello Everyone, \u00a0 Scenario: Has a HTML table on a webpage already, the rows and cells in the HTML table on the page are generated from an XML file. So the whole table is created dynamically. \u00a0&lt;xsl:for-each select=&#8221;xxxx&#8221;&gt; &lt;td align=&#8221;center&#8221; \u00f6nclick=&#8221;TableClicked(event)&#8221;&gt; &lt;span&gt; 10 &lt;\/span&gt; &lt;\/td&gt; &lt;\/xsl:for-each&gt;\u00a0 To Implement: I want to introduce a custom property or attribute known as &#8220;Selection&#8221; to each and every individual cell of the table. &amp;<\/li>\n<li><img decoding=\"async\" src=\"http:\/\/www.codeproject.com\/script\/Membership\/Images\/member_unknown.gif\" \/><br \/>\nJaydman2102<br \/>\nJavascript CSS HTML PHP Design Web<br \/>\nI have a PHP file It is like this: \u00a0&lt;?php $myFile = &#8220;chat.txt&#8221;; $fh = fopen($myFile, &#8216;a&#8217;) or die(&#8220;can&#8217;t open file&#8221;); $stringData = $_POST[&#8216;uname&#8217;]. &#8220;: &#8220;; fwrite($fh, $stringData); $stringData = $_POST[&#8216;msg&#8217;]. &#8220;&lt;br&gt;&#8221;; fwrite($fh, $stringData); fclose($fh); ?&gt; &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;div id=&#8221;php&#8221;&gt; &lt;\/div&gt; &lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text\/css&#8221; href=&#8221;style.css&#8221;&gt; &lt;title&gt;Red Army | Chat Room&lt;\/title&gt; &lt;\/head&gt; &lt;body bgcolor<\/li>\n<\/ul>\n<p>Web site is in building<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Member 10445167 CSS HTML Hello! \u00a0 I have been working on an animation of a ball rolling and falling off an edge. First, I made a version which just rolls, and the stops. Working fine. But then, when I added the falling animation to the same code, it doesn&#8217;t roll it, and I can&#8217;t do [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3478","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3478"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3478\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3478"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3478"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}