10,650 Topics

Member Avatar for
Member Avatar for scott.orenstein.12

Does anyone wish to share any user experiences with any of these companies ? Any specifics would be great especially as it relates to the shopping cart and ease of uploading photo images. Thank You

Member Avatar for scott.orenstein.12
0
131
Member Avatar for hallianonline

Hello, I want to know about the css breakpoints i searched on internet and get too many confusing results. What my requirements are to place only 3 breakpoints which are as follow to get the screen width of desktops and laptops then to get screen width of tabs and ipads: …

Member Avatar for gabrielcastillo
0
108
Member Avatar for arifsaroha

Hello Friends, please check the bug in the following code, when I hover over on (.currency li a:hover) the child "ul" display. but when I hover over child "ul" it hides. What Happen please explain me. thanks HTML: <ul class="currency"> <li> <a href="#" title=""> Currency <i class="fa fa-check"></i></a> <ul> <li><a …

Member Avatar for gabrielcastillo
0
145
Member Avatar for EvaBozh

Hi! I'm looking for some good examples with bootstrap form. Can some one suggest anything? Thank you!

Member Avatar for EvaBozh
0
148
Member Avatar for Deep Modi

I want to add the custom panel which include The Subscribe button and some text (ex: Subscribe to receive newsletter for each updates) But this panel should be pop-up as for every pages and also yes only at the right-bottom. Which floats to up and if close then it must …

Member Avatar for diafol
0
164
Member Avatar for poloblue

Good Afternoon, I'm stuck in the last part of the assignment, can anyone help me out. The assignment is the following: Create an HTML page with a list of four list items (ordered or unordered), and create a text box and button. When the button is clicked, if there is …

Member Avatar for poloblue
0
101
Member Avatar for Borderline

Good evening I'm trying to alter the size of font used in a template I purchased recently - the site is Wordpress based, so I'm not sure whether it functions in exactly the same way. I'm happy with the size of font for all other parts of the site, just …

Member Avatar for gabrielcastillo
0
199
Member Avatar for bimaljr

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 …

Member Avatar for gabrielcastillo
0
138
Member Avatar for <M/>

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 …

Member Avatar for gabrielcastillo
0
273
Member Avatar for KamiNuvini

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 …

Member Avatar for gabrielcastillo
0
479
Member Avatar for rani_4

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(); } …

Member Avatar for gabrielcastillo
0
224
Member Avatar for Clarence Weldy

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 …

Member Avatar for synergy1009
-2
117
Member Avatar for praveendasika

[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 …

Member Avatar for Abdhesh_1
0
343
Member Avatar for nufftalon

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?

Member Avatar for nufftalon
0
187
Member Avatar for Borderline

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 …

Member Avatar for gabrielcastillo
0
247
Member Avatar for Gioacchino

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?

Member Avatar for gabrielcastillo
0
58
Member Avatar for Elvi

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 …

Member Avatar for Elvi
0
279
Member Avatar for shashikumar s g

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 …

Member Avatar for shashikumar s g
-3
271
Member Avatar for My_1

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.

Member Avatar for diafol
0
109
Member Avatar for Shibbir Khan

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. ?

Member Avatar for Shibbir Khan
0
109
Member Avatar for ajharul

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.

Member Avatar for shashikumar s g
0
220
Member Avatar for koneill

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 …

Member Avatar for rtrethewey
0
135
Member Avatar for mitchell.schols
Member Avatar for pb404

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 …

Member Avatar for pb404
0
1K
Member Avatar for shammi.khan.73

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/

Member Avatar for shammi.khan.73
1
103
Member Avatar for arifsaroha

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....

Member Avatar for arifsaroha
0
197
Member Avatar for Chris_19

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, …

Member Avatar for benmar
0
691
Member Avatar for shashikumar s g

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

Member Avatar for almostbob
0
183
Member Avatar for davecoventry

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" …

Member Avatar for davecoventry
0
377
Member Avatar for OsaMasw

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/

Member Avatar for OsaMasw
0
181

The End.