10,643 Topics
| |
Hello, I am creating a website in WordPress. http://patricia.kwayyinfotech.com/ In Google Chrome browser, on opening any page from my site, the browser loading disappeared and the page white screen. The problem is that user may confused that the site is opening or not as the browser loader is stopped and … | |
Is there a possibility to create a cloud repository/storage for certain users to have access to? I was looking for ways to use something like google drive, dropbox, and github on the site but i am not sure where to find an api or some way to implement it... To … | |
Hi all, I am converting an XML document to HTML/PDF. I use some of the Twitter Bootstrap 3 classes for layout, but since I pretty much go directly to PDF I have removed most of bootstrap's css (since I am not looking for a responsive layout, I want it to … | |
Say i have a html5 vedio with mouse hovering of pausing and running in relation to cursor and code is working finely.I useing code as: from.js: // something along that var vid = document.getElementsByTagName("video"); [].forEach.call(vid, function (item) { item.addEventListener('mouseover', hoverVideo, false); item.addEventListener('mouseout', hideVideo, false); }); function hoverVideo(e) { this.play(); } … | |
Hey Guys, I need your valuable suggestions, please help me out with this. I am going to use this theme called “Invado” for my next project, please share your views what do you think about it? You can also share some alternatives, any input will be appreciated. Here is the … | |
[CODE] .content { padding:24px 0 40px; Width:100%; } .content_left { float :left ; width:15%; } .content_second_left { margin-left:15%; width :20%; background-color :Black; } .content_third_left { margin-left:35%; width :50%; background-color :Red; float :left ; } .content_right { margin-left :85%; width:15%; } [/CODE] [CODE] <div class="content"> <div class ="content_second_left" > <asp:ContentPlaceHolder ID … | |
I am working on a website (non cms) for client that is a parallax site, as soon as I add youtube embed code which is <iframe> the site just shows its loading animation on the screen. Has anyone else had an issue with this? | |
| Firstly, I apologise if this is in the incorrect area of the forum, wasn't entirely sure where it would fit in. This is my first attempt at WordPress, having previously built basic html/css/php/mysqli sites using templates. I'm struggling with the items below, and hoped someone may be able to point … |
Hi everyone, I've tried all afternoon to set up correctly all I needed to get started with Polymer (by Google), trying with Node.js and Yeoman, but neither of them worked. Is there someone than can explain how to get everything done, from scratch? | |
Hello! Anyone here can explain me please how to create a website that with pages and that works like blogger or wordpress. (I mean, for example: the page have a post limit by 6 post's. if I post something new on my website I want that the first post move … | |
hi all , Let us discuss which are the new technology are using in the web development what the feature of this technology and this technology has the feature or not what its advantage using this from the late technology so more basic technology i know is html html5 css … | |
My teacher told to do this but he never show us CSS to ensure that all the paragraphs are formatted identically, and to indent the paragraphs by 4 times the width of an ‘x’. I have all three are paragraphs are ready. | |
The documentation (http://www.w3schools.com/tags/att_li_value.asp) says, that a value for a li element must be numeric. Why should it be wrong to use a string instead of a number, if you need the value for saving a f.E. locale like 'US', 'EN' etc. ? | |
Hi all! This is my frist discussion. I'm shearing you a very helpfull website that helping me to learn HTML,CSS,Javascrift online. It's w3schools Wish it will help you. | |
Right now I have my two CSS elements as such - using z-index and I would like to be able to click a button and have these images as they appear on the page with their z-index e-mailed to me. I have all these items wrapped in a div tag … | |
As the heading says, Is there a simple plugin or API to pull reviews from my facebook page? | |
I have an <UL> with each <li> being arranged inline for my navigation. Each <li> has a transition that enlarges the text when hovered over. The problem is that when the text enlarges it causes the text to the left and right of it to move outward to make room … | |
I need to select '#foo #three' using 'this' to get this result: cat dog cat Html: <div id="foo"> <div id="one">cat</div> <div id="two">dog</div> <div id="three">mouse</div> </div> JS: $("#foo #three").text($('this div:first').text()); I need this code dynamically http://jsfiddle.net/Kodam/L1eqsj5f/ | |
Hello Everyone, Actually I have a good command on html, css, css3... Now I'm turning towards jquery and watching video tutorials. So, I want to get assignment on daily basis of Jquery. Is there any person who can give me the assignment, so that I can improve my jquery.... | |
Dear Forum: I am buying a new imac and I wondered if 8 gb of Ram is enough. Due to the expense,I am mainly a webdeveloper, it is difficult to pay $400 more for 16 gb. I am mainly a web developer but with a lot of design i.e. Photoshop, … | |
hi all i am trying to allow the user to select the folder to store the downloading file using javascript i didnt found input attribute for download like file i try with downloadify.js but its not work their is another way i can do it | |
I have a horizontal menu: "HOME" "DISCOVER" "STRATEGY MODEL" "PROFILE" "CONTACT US" ![9fa0ee7bb1a4cdc493624e869eba98bc](/attachments/large/2/9fa0ee7bb1a4cdc493624e869eba98bc.jpg "9fa0ee7bb1a4cdc493624e869eba98bc") The "DISCOVER" has a drop-down submen (in green for clarity). The HTML: <ul id="menutop"> <li class="root"> <a class="bullet" href="http://www.clivestacey.co.za/"> <span> HOME </span> </a> </li> <li class="root"> <a href="#" class="daddy"> DISCOVER </a> <ul class="menusub"> <li> <a class="sub_menu" … | |
Hey guys. have a nice day.... can anyone tell me how to achieve something like this slider in background ? I used a full screen slider but can't write content in middle of it like this site http://psnprofiles.com/ | |
**I think this could be put at Web Design part, but maybe the JavaScript is more important** **I am reposting this at Web Design** **I posted it at JavaScript Forum, that was a mistake** Code: <script src="//code.jquery.com/jquery-1.9.1.min.js"></script> <!-- Simple Login Form ** Used with jQuery --> <form id='login'> <input type='text' … | |
Hey Folks, I'm investigating the use of selective Fonts - outside of the "usual" or default set and want to avoid making any font into an image file (.gif .jpg .png). The use of the "em" is universal in my quest accepting the standard that 16pts. is the default as … | |
Hello, I am trying to scretch right and left my header and footer but as far as now it only scretch right. #navigation {margin: -5px 0 0 10px; min-width: 100%; height: 120px; background-color:#655700; border-radius: 0; position: fixed; z-index:2;} #footer {background: url(images/footer.jpg) repeat-x; background-color:#d08e38; height: 135px; min-width: 100%; position: absolute; margin: … | |
All, I am trying to use opacity to have one image on the page behind another image. The below code creates the opacity for the image in the div - but the other image doesn't display. Therefore, I'm wondering how this can be done as I have a few small … | |
| Hi I have wordpress problem with banner going under content as you can see here: http://www.djeli.me/di/ZEJ9/slika1.png Code in header: <script type="text/javascript"> var clientWidth = window.screen.width; if(clientWidth >= 800){ document.write('<div id="divAdRight" style="position: absolute; top: 0px; width:100px; height:500px; overflow:hidden;"> <a href="http://yourwebsite.com" target="_blank"><img src="http://www./wp-content/plugins/float-left-right-advertising/rightbanner.jpg" width ="100" alt="" /></a></div><div id="divAdLeft" style="position: absolute; top: 0px; … |
I am learning about design patterns in C# specifically the Bridge pattern. The GoF definition for the pattern states "Seerates an objects interface from its implementation". I have a question: Isnt an implementation of the interface always seperate from the interface itself? What exactly does the definition mean? Thankyou | |
I want to style an iFrame scroll bar and this what I found, but it doesn't work in Chrome, supposedly this should work in all browsers, not just IE ? html, body { scrollbar-face-color: #D9DEE1; scrollbar-highlight-color: #D9DEE1; scrollbar-shadow-color: #D9DEE1; scrollbar-3dlight-color: #D9DEE1; scrollbar-arrow-color: #D9DEE1; scrollbar-track-color: #D9DEE1; scrollbar-darkshadow-color: #D9DEE1; } |
The End.