10,650 Topics
| |
Dear members, I thank you for taking time to view this discussion, which would focuss on how to build ones career in webpage designing, Kindly guide me from ground zero to start with, after doing some research I stumbled across Jon Duckett's book (HTML & CSS, Design and build website), … | |
I have just started learn HTML. Please suggest me any website. | |
Dear Team, Im migrating my application from ie8 to ie11. The below code opens a new window in ie 8 as expected but in ie 11 it opens a new tab. I checked in microsoft website, they told to change internet pop up settings. But i need to make some … | |
In most of the books I've read on HTML5, they use <section> as a main container, and that then may have <article>'s inside it. I have also seen other tutorials that will show <article> as a main container for an article, or even a book, and then have <section> used … | |
Hello, Newbie with simple question here... A developer has entered this code for me to display a banner ad on my wordpress page. I want the ad to link to a page. How would I do that with this code? <div class="head_banner"><img src="<?php bloginfo('template_url'); ?>/images/image.png"></div> | |
I want to make my background image in reponsive desgin mode. I want to make the background image will be resize when changing size of browser. Using "background:cover,background-position:center" it not working. I guess because i set height and width for background image but if i didn't set the image will … | |
I am trying to create lists with sublists where the sub lists are hidden. My next step is to make it so a user can add but first things first. The XHTML and CSS should be working together yet the sublists are not hiding, any ideas? XHTML is here and … | |
I learned how to make a storm, and this is how you do it: HTML: `<div class="stormy"></div>` CSS: /* STORMY */ .stormy { animation: stormy 5s ease-in-out infinite; background: #222222; border-radius: 50%; box-shadow: #222222 65px -15px 0 -5px, #222222 25px -25px, #222222 30px 10px, #222222 60px 15px 0 -10px, #222222 … | |
Hello all, I would like to align horizontally three divs. Also i need them to be responsive as we resize (horizontally) the window and stay at the center of the screen. I used float but they stay at the left of the screen and i can't center them. Here is … | |
<body> <div id="wrapper"> <ul id="level-one"> <li><a href="#"></a>Home</li> <li>Home1 <ul id="level-two"> <li><a href="Reth Nesh.html">Home1</a></li> </ul> </li> <li>Home2 <ul id="level-three"> <li><a href="Produkte Speciale.html">Karburanti</a></li> <li><a href="Produkte Speciale.html">Produkte Speciale</a></li> <li><a href="Lubrifikues.html">Lubrifikante</a></li> <li><a href="index.html">Kerkimet e dokumentave</a></li> </ul> </li> <li>Home3 <ul id="level-four"> <li><a href="Pikat e shitjes.html">Pikat e shitjes</a></li> <li><a href="">IP Matic </a></li> <li><a href="Festival.html">Festival</a></li> <li><a href="Strategjite … | |
how to design a website using html? | |
background-image:url('walltheme.jpg') ; | |
I have the following: <div id="main" class="site-main"> <div id="primary" class="content-area"> <div id="content" class="site-content" role="main">Main</div> </div> <div id="secondary" class="widget-area">Secondary</div> <div id="tertiary" class="widget-area">Tertary</div> </div> It displays on the page as a series of rows, one beneath the other, each row taking the full width of the containing div. What I want is … | |
I am creating a web site and have written css postions etc using % so that it will look the same on any monitor size. So when I view the website on my own laptop which resolution is 1366 x 768 it looks perfect however when I view it on … | |
so i have a page where i want a 2 second image intro then for the image to fade to the acutal page. maybe some sort of table that has a onload that after 2 seconds fades into the actual page? i could not figure it out. | |
Hello, I'm looking for a very simple to use piece of code or something similar where I can hover over an image and there will be some opacity to it, and maybe a shadow around the edge of the image where then text will appear with a title and then … | |
My program isn't working correctly, it's not getting the output that I want in this bit of code so can somebody tell me what is wrong with it? .jumbotron h1 { color: #fff; font-size: 48px; font-weight bold; font-family: 'Shift', sans-serif; } | |
I have googling a lot about this debate to move from table to div. What are your advices here to move or not. I have below my codes building layout using div. The issue I find with div for example below codes which I am referring to a template . … | |
How can i allow a user to view a font on my webpage which is not available on his computer? I want to learn how to use a plugin for that purpose ? | |
Hello! I just wanted to ask, which program is good for web design. Hopefully one thats free and can run without admin access. | |
Hey guys, Im very new to editing HTML and venturing into writing code. I wanted to ask the community here for a little help, adding an icon which becomes included in each post I make on blogger. Heres an image of how the code translates on my blog currently; and … | |
This simple code changes sounds in firefox, IE, safari, and chrome but will not switch in Opera. Any thoughts? <div id="playlist"style="position: absolute; z-index:10001; top: 0px; width: 100%; height: 100%;"> <button id="one" onclick="song1();">Mello</button> <button id="two" onclick="song2();">Its Time</button> <button id="three" onclick="song3();">Its on now</button> <div id="hideme" style="width: 392px"> <audio id ="audio" controls loop> … | |
Hi friends, can you suggest any tips for keeping the site secure? As many security issues occur just wanna be on the safe side. | |
<html> <head> <SPAN STYLE=”background-image: url(http://www.makeuseof.com/wp-content/uploads/2009/08/HTMLEffects03.png ); font-size: 20pt”>vashisth the gr8</SPAN> <SPAN TITLE=”See, this is the tool tip. :)”>Move your mouse over me!</SPAN> <body bgcolor="black"> <table border="1" width="100%" height="100%"> <img src="C:\Users\IB Singh\Desktop\vyren\cooltext1341815091.gif" height="750"> <hr> <td colspan="2"> <img src="d4f3fc734397b6652d77df56af28c610.gif" height="300" width="100%"/> </td> </tr> <tr> <td width="25%" background="C:\Users\IB Singh\Desktop\vyren\Colourful-Bubbles-Picture.jpeg" height="360"> <a href="index.html"><img src="Picture1.png" … | |
Hy i have a part of my html page that is like this <div class="menu-wrapper"> <ul class="menu"> <li><a class="show-2" href="#">1</a></li> <li><a class="" href="#">2</a></li> <li><a class="show-4" href="#" onclick="templatemo_map();">3</a></li> </ul> <!-- /.menu --> <a href="#" class="toggle-menu"><i class="fa fa-bars"></i></a> and the part of js that im intereset /************** Toggle Menu *********************/ $('a.toggle-menu').click(function(){ $(".menu").slideToggle(400); … | |
I am often asked how to create a tableless two column CSS layout so I thought I would just post it here for once and for all. | |
I developed a website actually a simulation of a program on my 17.3 inch laptop. When I come to another machine for example a 15 inch laptop witch has a different screen size(diagonal) my html tags won't compensate, so I have to scroll through the website to see all my … | |
I tried to do it with iframes but when I click a link in the child wesite then it leaves the parent website how can I keep the parent website but still interact with the child website? | |
I am trying to st my nav bar so that if one tab is removed, the rest of the tabs will just enlarge, and continue to take up the full nav bar width. How can I do that? | |
Hello, first time poster. Total newbie. It's a fairly specific question, but if you could look it over I would really appreiate it. I'm having trouble getting a really solid answer from web designers or video animation guys on odesk. My problem is this: - I am using this theme: … |
The End.