6,562 Topics

Member Avatar for
Member Avatar for jKidz

Hi All, Please study the following code. ## HTML ## <div id="welcome"> Welcome Message </div> <div id="Inquiry"> Inquiry Form </div> <div id="products"> Products </div> <div id="footer"> footer </div> CSS #welcome{ background-image:url(../images/company.jpg); background-size: 100% 100%; width:100%; height:600px; } #inquiry{ margin-top:600px; width:100%; height:500px; background-image:url(../images/light_grey.png); } #products{ margin-top:1100px; // (margin-top of inquiry + …

Member Avatar for jKidz
0
230
Member Avatar for SaJiN_1

Hi, I have a menu bar with its source derived from an xml data source. I have successfully created the menu bar, but now I want to make that menu bar responsive. I have tried many options but I can't get a correct solution. I hope for a answer here. …

Member Avatar for gentlemedia
0
326
Member Avatar for vampz

whats wrong with this code i can't get menu and logo alinged i want logo to the left and menu to right along with logo, but i'm getting logo on the top and menu below it...can anyone explain the problem to me? and also what should be the solution for …

Member Avatar for vampz
0
189
Member Avatar for phoenix254

Hi I am new in php programming and learning this i have found a small problem.I am trying to creating a file called lib.php, where i add all my files jquery lib downloaded in /js and css files.My directory look like this: ** -practise + /css + /js + /images …

Member Avatar for bigtalk
0
663
Member Avatar for vampz

hi i just wanted to code a site like BBC just for practice while doing this i got an error in `li` item of a `ul` i don't know the problem but when i give it a `border-right` the border take more height then the original menu, i'm pasting my …

Member Avatar for bigtalk
0
227
Member Avatar for hell hansen

Hi guys! I need help with meta tags on my website! Look on all intire website i have more then 20 pages, and im using only one head.php and footer.php files. So i want to have a meta tags for each page, without dupicating the head.php, and i'm really struggling. …

Member Avatar for hell hansen
0
492
Member Avatar for dcampbell

This is a proto type of a much larger project. I have items that different values and only on needs to be seleced. Then I want to compile alll selected components to new html window for printing or export to .pdf. I have gottent to the end of my knowledge …

Member Avatar for dcampbell
0
227
Member Avatar for armstr38

CSS Code #info-section{ width: 700px; margin-top: 30px; } #info-section ul li{ display: inline-block; list-style: none; } /*#image-section img{ width: 400px; height: 270px; }*/ .info-img img{ max-width: 400px; max-height: 270px; } .text-section{ width: 200px; height:270px; background-color: #1b1b1b; margin-left: 400px; color: #fff; position: absolute; } /* #text-section{ width: 200px; height:270px; background-color: #1b1b1b; …

Member Avatar for diafol
0
386
Member Avatar for fazal004

I have a form on footer that display on all pages. I want the form not display when I click on contact us button in menu and there should be no form on footer at that page, any help from web developers. Regards

Member Avatar for diafol
0
175
Member Avatar for James_43

Hi all, I have a HTML video within a div that is 100% width of the page. I want the video fill the container and crop the height to fit. But so far I cannot get the video to expand at all! I'm simply using: .video { width:100%; } and …

Member Avatar for James_43
0
3K
Member Avatar for SimonIoa

Hello i want to retrieve only one row from an mysqli statement. The catch is that i use the `$row=mysqli_fetch_array` in a `while()` to loop the data. But i need a row to run as variable before the while begins This is what i mean $query=mysqli_query($db,"SELECT a_id,a_title,a_desc,a_url,a_img,a_uid,a_times FROM table WHERE …

Member Avatar for SimonIoa
0
649
Member Avatar for James_43

Hi all, I am tying to have a page header transparent with the background blurred behind it. So far, for some reason, the blur overlay is only blurring the logo in the header, but nothing else?? my HTML is: <div class="overlay-blur"> <div class="page-header"> <img src="http://test.com/wp-content/uploads/2015/11/Strong-Links.jpg" class="logo"/> </div> </div> And CSS: …

Member Avatar for James_43
0
684
Member Avatar for SravanthiSuresh

Hi, I am looking for angular material service which supports communication between two windows with two controllers for each window. I open a new window from my angular form using $window.open("MyNewWindow.") , i want the selection from this window updated to my parent window. How can i achieve this?

0
76
Member Avatar for lewashby

The php/html file I am working on is laid out in this way. <?php // connect to DB $connection ?> html html html <?php foreach($connection-query($sql) as $row) do stuff ?> I'm getting the error 'Invalid argument supplied for foreach()' when I run this page. Can I not break out of …

Member Avatar for lewashby
0
505
Member Avatar for Piers Rollins

May i know what is the need of using HTML Navigation (<Nav> Tag) in a website for SEO purpose?

Member Avatar for Zueas
0
140
Member Avatar for best4earn

Its showing same result 1280*800 and above but when i change screen resolution to low like 1024*768 class="right" goes down. how can i fix this . Testing screen resoluition at http://quirktools.com/screenfly/#u=http%3A//www.design.earnandearn.com/&w=1280&h=800&a=1 <div class="slider-bg"> <div class="container"> <div> <div class="left"> <h3>Making Money the Easy Way in</h3> <h2>Our Social Network</h2> <p> Achieve your …

Member Avatar for best4earn
0
206
Member Avatar for LukeJWhitworth

Hi, Does anyone know how to have a dropdown appear when typing in a multi line text box? I want it to work in the same way it does in Visual Basic, suggesting what could be inserted based on what the user is typing. Thanks guys, Regards, Luke

Member Avatar for Reverend Jim
0
189
Member Avatar for James_43

Hi all, For some reason, a white edge has appeared down the side of my website. It was never there before. The web suggested I should make sure to reset margins etc to 0 at the top of my stylesheet, which I already do. The edge is not due to …

Member Avatar for James_43
0
205
Member Avatar for zelrick

Hello Web Developers; I'm having a hard time figure out why I can't do a simple table. I have an lines that contain ul and li, If i put them inside the table tr and th the bullet comes out which is I set it none. Please help me with …

Member Avatar for diafol
0
372
Member Avatar for hell hansen

Hi Guys i need help with media queries. I have 2 divs with class div : class1="flags-desktop" and class2="flags-mobile" in my website! one for mobile and one for desktop or normal screen big then 1000px. So for default the div class1="flags-desktop" is showing and class2 is hide. with css d …

Member Avatar for hell hansen
0
208
Member Avatar for solomon_13000

I am attempting to create a responsive website. On my left hand side I have a jpeg image and on the right hand side there is a box with text description. However when I view the website on a smaller screen device it is not resizing properly especially the image. …

Member Avatar for Violet_82
0
274
Member Avatar for pedal123

Hello, I am currently running wordpress 3.5.1 and have been looking to implement media queries on my website to make it a responsive design. I currently have two key CSS files: wp-content/themes/twentytwelve/style.css?ver=3.5.1 wp-content/themes/twentytwelve/css/base.css The first CSS file ‘style.css?ver=3.5.1’ contains styling from wordpress and the second CSS file ‘base’ contains my …

Member Avatar for pedal123
0
206
Member Avatar for suavedesign

I am looking to make my client's ecommerce website responsive. Is there anything that I should specifically include or not include on the homepage for the responsive version?

0
194
Member Avatar for MissMolly
Member Avatar for solomon_13000

The following html consists of two section, the left and the right. The problem I am facing is when I view on tablet or other mobile device the image (dimension 562 x 330) on the left does not scale consistently with the information box on the right. I attempted to …

Member Avatar for jkon
0
373
Member Avatar for cigoL..:)

Hi! I'm having troubles with retrieving data without using a button. I want to retrieve the data from the database and wanted to use it in another textbox. I have a list of dropdown button and i want to use OnClickFunction to retrieve the data from another page or directly …

Member Avatar for jkon
0
238
Member Avatar for Anoopgupta

I am trying to build a web application that can also run on mobile phones. Is the html code generated by imgmap_desktop can be run on both web and mobile? or rather web responsive type?

0
137
Member Avatar for infoitmanoj
Member Avatar for diafol
0
3K
Member Avatar for daisyy

<img src="D:/nameoffolder/?src='$[description]'" width="50px" /> <input type="text" name="description" /> <input type="file" name="file" /> <input type="submit" /> uploaded image to be displayed at the same time. Here i can get the path of an image in description but i want that to be displayed on the same jsp page.

Member Avatar for Trevor_5
0
139
Member Avatar for london-G

Hi, I converted a as3 file into a html5 file using swiffy tools offered by google. My code is below: var stage = new swiffy.Stage(document.getElementById('swiffycontainer'), swiffyobject, {}); stage.setFlashVars("clickTAG=%%CLICK_URL_ESC%%%%DEST_URL%%"); stage.start(); It works fine but I want to link the stage to a new page. Any idea how I can achieve this? …

0
184

The End.