HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.
0
votes
0answers
4 views
What have I done wrong or how do I correct the output from my datastore key in html? datastore.Encode()?
I believe my ability and expertise to program is in its infancy. I apologize ... Please do not hesitate to ask questions, correct my style, crudeness, etc. I am going to start from the end. I might ...
0
votes
0answers
19 views
Dropdown with only one possible selection behaves like an on/off switch : is it crossbrowser?
Working like a switch on Chrome (v27.), FF (v21.), and IE9.
I cannot test on other browsers.
As it doesn't refers to anything else than HTML, I am about to think that it works like this, on any ...
0
votes
0answers
23 views
Manage menu items with JavaScript
I've menu in HTML, CSS like this:
And I need to make some manager in JavaScript with which I'll be able manage menu items and managing submenus. I'm using jQuery and I'm new to it. I've skills with ...
0
votes
0answers
14 views
App cache and GET method
I am woriking on the simple webpage that can work offline in django.
In this project I am using app cache to store static files and local storage to keep dictionary. But I have encountered on the ...
2
votes
2answers
26 views
How to find an element regardless of its level?
this is similar to my last question.
sorry I don't know whether i could edit the same question.
so here is my requirement.
my HTML has the following part
<ul class="products-grid">
<li ...
-3
votes
0answers
21 views
Show results design
http://img703.imageshack.us/img703/9967/55072270.jpg
Hello! I just started getting the hang of back end development but I have some major problems concerning front end. In the picture you can see in ...
0
votes
4answers
28 views
How to change value of select box to the last option through jquery
I have one select box in which options and its values will be fetched from PHP database.
The last option will be "New Address".
HTML
<select name="shipping_address_id" ...
-2
votes
3answers
37 views
How to create div based on percentage height and width?
Give me idea to create height and width of div based on percentage.
Here in this i have created by table. the same thing i want to create with div.
<table border="1" cellpadding="0" ...
-5
votes
0answers
29 views
Javascript php language survey [closed]
What is the code for an survey question ?
What im trying to make : Before entering index.php to view the page i want an "survey" to appear to aks for language select
Something like in pc games, ...
0
votes
3answers
46 views
Is it safe to put an ID (will insert in DB) into a hidden input?
Here's the summary of my code:
My website basically just loops the content of all the rows of a certain table; however, at times, I'll need to obtain an individual ID from a certain row. The hidden ...
0
votes
2answers
13 views
Center element in Safari Browser
I have a simple page:
<!DOCTYPE html><html><head><title>Choose your Location - ChubbyParade.com</title>
<style type="text/css">
#sv_btn_container{
...
2
votes
0answers
21 views
I want a background inside DIV to be fixed, and only the content to move with scroll, how can I do it?
As I've already mentioned I want my background to be fixed within it's DIV and only the content to be scrolled.
My problem is that whenever I set the background property to fixed, the background ...
0
votes
1answer
20 views
Use a PHP form script from another website on a static website
so here is my problem :
I have been asked to create a contact form on a CMS called "myshopingonline". The ex developer of this website already added an html contact form submitting the form on a php ...
-1
votes
0answers
10 views
Background Showing White Space at bottom every browser
I tried every background code, css, attribute, resizing, formatting different resolution backgrounds nothing works heres the code:
body { background-color: #000;
background-image: url(testbg7.jpg);
...
0
votes
0answers
21 views
jQuery mega dropbox menu
I am currently working on mega dropbox menu. My firt idea was to use LIs as a menu and then somewhere define DIVs for content of megamenu:
<ul>
<li class="menu" ...