problem about CSS-Collection of common programming errors


  • Member 10445167
    CSS HTML
    Hello!   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’t roll it, and I can’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

  • Braydon
    CSS HTML PHP MySQL CSS3 HTML5
    So 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:   Parse error: syntax error, unexpected ‘$email3′ (T_VARIABLE) in C:\xampp\htdocs\register.php on line 70   Line 70 Contains: $email3 = mysql_escape_string($email1);   $email1 is: $email1 = $_POST[’email’];   And My Form Is: $form = ‘<form action=”register.php” method=”POST” > First Name:(Only for emails) <input t

  • Ganeshcse
    ASP.NET Javascript CSS HTML
    Hi friends, I have small doubt in asp.net web app   I have 2 divs for 2 types of menu’s i.e one menu for All Users except Admin Login and Other   Menu is for Admin Login because I have used this I want to give only some permissions to   users and all permissions to Admin.   For that I have taken 2 div’s in which all is HTML Menu Code. based on Session value I am   hiding the menu. every thing is fine but one small problem that I am using javascript ajax   func

  • rajesh-jeshra
    CSS HTML Web-Development menu CSS3
    Is there any code to open a page on Menu mouseover.  DEMO   in www.codeproject.com website’s menu.   Articles -> Chapter and Selections -> Opens a sitemap page.

  • krish2013
    C# ASP.NET CSS Silverlight Bing
    i devloped one application that application published in iis.when i run the application it’s working fine after 10 minutes i refresh the page i am getting this error  Server Error in ‘/’ Application.   Runtime Error   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

  • mhamad zarif
    ASP.NET CSS
    Hi all ,   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/[^]   And this is what i have done : <div><div class=”checkbox” id=”Cooking”><asp:CheckBoxList ID=”CheckBoxListAnswer” runat=”server”></asp:CheckBoxList></div> </div> And the generated html runtime is this : <div><div class=”checkbox” id=”Cooking”><table id=”ctl00_Content

  • Member 9307978
    Javascript CSS HTML Blackberry
    I 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:   <html> <head> </head> <body> <div id=”container”> </div> </body> </html>   CSS Style   .container { height:150px; width:100%; position:relative; overflow:auto; }   I am filling div container on runtime. When the content goes outside the container, an automatic scroll bar

  • Adore C++
    CSS HTML IE8
    dear 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  i have report with a page header & 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  repeating the table header was done using <meta http-e

  • Itz.Irshad
    Javascript CSS HTML Gridview Web
    In ASP.NET web application, first row of gridview is cloneed at runtime. All the css styles are copied well and applied.   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.   In fact, when font size is changed the row’s cells automatically set the width of cells of

  • javedsmart
    .NET2.0 VB9.0 C# ASP.NET CSS .NET
    Hello 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.

  • mallikharjunrao84
    CSS
    div 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 – cell; text-align:center; vertical-align:middle; }   output for anchor width and height 25px and 10px depending on data inside its span.   if i change anchor display to block,width beco

  • Sashibhusan Meher
    CSS
    Sir   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.  form id=”form1″ runat=”server”>sas/form>   #maintbl {width:1025px;height:100px;background-image:url(‘/Images/BannerBG2.jpg’); } I have also tried with background-image:url(‘/Images/BannerBG2.jpg’); background-image:url(‘~/Images/BannerBG2.jpg’);

  • Vinay Indoria
    Javascript CSS HTML jQuery
    I 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<div class=”Draggable” id=”MainDiv”> <div id=”firstdiv”>…</div> <div id=”seconddiv”>…</div> <div id=”thirddiv”>…</div> </div>  The div tags are generated at runtime so the id’s are random.the id given above are just for making the readers understand my problem. The actual task that is to

  • qasimidl
    ASP.NET CSS
    i m working with asp.menu controlls. its bound with database (sqlserver)   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???   My question is Need Css and How to apply on Dynamic Asp.menus???

  • gouravkaila
    CSS Gridview Style Runtime
    I am usind a grid view control in an update panel. Grid View is using default paging of grid which on click calls __dopostback(‘GridId’,’GridId$PageNo’) by default.   My columns does not pick up the CSS and style(Given in Code Behind also) after clicking of the page index.   Kindly help.

  • Khushil Bhavsar
    ASP.NET CSS
    How can i add css templet in asp.net

  • Beula Joyce
    C# CSS Treeview
    Hi,   I have scenario which binds the Brand, category and sub categories in a treeview dynamically. I have separate styles for RootNode – Brand, ParentNode – 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.   Ex: Brand1Category1subCategory1

  • chethanforever
    CSS HTML cross-platform
    I have an alignment issue with one of my site.   URL:connectwithsubhash.com[www.connectwithsubhash.com]   I have used counter @ the bottom of the page. Its aligned properly in firefox but its not properly aligned in chrome.   I have used like this  <div align=”right”>counter code</div>   how to fix this issue…??   Thanks.

  • Lonnie R Thomas
    ASP.NET VBScript Javascript CSS
    I am trying to add an accordion control to one of my pages.Following is the code:<form id=”form1″ runat=”server”> <asp:ScriptManager ID=”ScriptManager1″ runat=”server”> <cc1:Accordion ID=”Accordion1″ runat=”server”> <cc1:AccordionPane ID=”AccordionPane1″ runat=”server”> </form>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

  • Aurora9229
    CSS Ajax jQuery asp.net4
    Hi,I’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’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.  T

  • mohaneswaran
    Javascript CSS HTML
    Hi, 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:   <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>JavaScript Slideshow</title> <link rel=”stylesheet” type=”text/css” hr

  • ravi1989h
    Javascript CSS
    Hello   can you please provide some example of header slider .I found tinycarousel on internet . But i am facing one problem   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?  //*****************************Index.html********************************** <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict

  • Member 7810753
    ASP CSS HTML
    I need to use a div in my first table which is div style=”height:100%; overflow:auto; “. In my second table I call the js function: table style=”width:100%;” class=”FloatTitle”. 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.   Here is my .js file code  function startFloatTitle() { var cnt=0; var allTableIDs = ne

  • amarasat
    CSS HTML
    Hello Everyone,   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.  <xsl:for-each select=”xxxx”> <td align=”center” önclick=”TableClicked(event)”> <span> 10 </span> </td> </xsl:for-each>  To Implement: I want to introduce a custom property or attribute known as “Selection” to each and every individual cell of the table. &

  • Jaydman2102
    Javascript CSS HTML PHP Design Web
    I have a PHP file It is like this:  <?php $myFile = “chat.txt”; $fh = fopen($myFile, ‘a’) or die(“can’t open file”); $stringData = $_POST[‘uname’]. “: “; fwrite($fh, $stringData); $stringData = $_POST[‘msg’]. “<br>”; fwrite($fh, $stringData); fclose($fh); ?> <!DOCTYPE html> <html> <head> <div id=”php”> </div> <link rel=”stylesheet” type=”text/css” href=”style.css”> <title>Red Army | Chat Room</title> </head> <body bgcolor

Web site is in building