I’ve got this header made up of a nav element and a heading element containing an inline image and words. I chose to place the words into spans in order to target them individually with media queries. Here is a link to the header. http://noahenart.com/header/
When I resize my browser to test the responsiveness everything works according to plan, the problem occurs when I resize it back (From smaller to larger). Elements don't go...
Search Result
Collapse
8 results in 0.0045 seconds.
Keywords
Members
Tags
-
how to add image based on if condition in JavaScript
Hi All,
i am asking this question for 2nd time, but still didn't get the reply. anyone pls help me how to insert image based on if condition in javascript. this is my code:
Code:if(desc == "Cloudy") { alert("cloudy"); $("input#desc").val(response.getElementsByTagName("desc").item(0).firstChild?response.getElementsByTagName("desc").item(0).firstChild.data : "");
Last edited by Dormilich; Apr 25 '12, 12:35 PM. Reason: Please use [CODE] [/CODE] tags when posting code. -
Need to fix the menu bar
I have a site in which the menu bar is changing its position when the widow site is reduced or screen resolution
the Link of the site is LINK
So i want to fix this to the right end of the screen irrespective of window or screen resolution -
How to display canvas element of HTML5 in WebBrowser?
How to display canvas element of HTML5 in Visual Basic .net 2010 webbrowser (I try in framework 2 and 4, WebBrowser version 2 and 4)? It seems that VS2010 not support new version of HTML. In Microsoft Web Browser - "AxWebBrows er" didn't work too. Any idea to make this thing work?
Thank in advance. -
HTML 5 Canvas Touch Events Rotate Scale
Hi,
I am creating an Image creator using canvas HTML5. In which I am drawing images inside the canvas. You can check the following example for demo.
http://radikalfx.com/files/collage/demo.html
What I want is that it should support the Touch Events of IPAD. For this I know I must use events like
Code:canvas.addEventListener('touchstart', drawOnIpadStart, false); canvas.addEventListener('touchmove',
-
Website validation problem (css)
Hello,
I tried to validate my web and came up with tones of errors:
http://validator.w3.or g/check?uri=http://idaderko.netai. net&charset=(de tect+automatica lly)&doctype=In line&group=0
What can i do to clean up the code, at least how do i fix those errors that say things like: Line 101, Column 50: The align, cellspacing, width, name etc... attribute on the table element is obsolete. Use CSS instead.... -
HTML5 and CSS3 layout is wrong
Okay, I admit I was lousy at DIV tags before HTML5. However, 4.01 is leaving us, and I'm making a new site, and wanted to do it right in HTML5/CSS3. Nothing fancy, just wanted...
THIS content
Code:THIS DOES NOT WORK! Recipe: About this recipe, and the lovely blurbage that makes people want to know more. I see it as rattling garbage`. Serves: No. Prep time: No. Ingredients:
-
HTML5 database queries
Hi,
I am developing a HTML5 based application. I need to process two queries concurrently, one inside another. Pseudo code attached below:
Code:function main() { db.transaction( function (transaction) { transaction.executeSql(getDeptQuery, [bind1,bind2],processDepartments, errorHandler); } ); } function processDepartments(transaction, results) { for (var j=0; j { temp+= ""+results.rows.item(j).dept+"";