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
10 views
Scroll down html element (<ul>) that is just visibility:none
I've got a dropdown menu in a framework. The dropdown menu part is simply hidden. On hover of the parent element the visibility is set to display.
I can easily add in a fadeIn / fadeOut effect due to ...
0
votes
0answers
18 views
HTML Table rows for updating DB
Pretty much a basic question in terms of understand what I want, but I can't seem to find a solution,
Basically, I'm pushing a dynamic HTML table to a page using PHP like such
<form action="" ...
-1
votes
0answers
18 views
Two divs floated in parent div
i got some problem with floating.
<div class="div">
<div class="img"><img src="news.png" /></div>
<div ...
0
votes
0answers
16 views
Is it possible to make tfoot appear above tbody within the same table?
I am working around a limitation of using a jquery plugin and rendering my table according to the standards, i.e. thead, tfoot and tbody in that order. The browser then correctly renders it, and makes ...
1
vote
2answers
29 views
What is wrong with my PHP _POST that it recieves all values from the form except for one?
I am making an online order form for the company at which I am an intern, and the form has 23 fields of misc. types. When the end user hits submit, the form.html posts data to process.php. The issue ...
-4
votes
0answers
18 views
I need a tuto about Frameless Grids
I've found a tuto : http://marknugent.tumblr.com/post/47212935858/a-guide-tutorial-to-the-frameless-grid-how-to
But I can't understand it, and I can't make it work.
I'm trying to make a site with ...
0
votes
1answer
6 views
Sending param values through Image_tag
I would like to send a parameter through the below given image tag to the contoller. How can I do that?
<%=link_to image_tag("del.png", :alt=>"Remove"), question, :confirm => ...
0
votes
1answer
44 views
Is it possible to modify dynamically added DOM nodes?
I have some javascript libraries (for example Adobe Edge), which dynamically insert script nodes into DOM.
I detect changes with MutationsObserver, is it possible to modify the mutated nodes?
0
votes
0answers
19 views
Adding style.scss in html
I have been reading up on how to implement Sass into my websites.
The sass-lang website gives very limited knowledge and tutorials.
I have installed sass on my Mac pro when I compile i get an error ...
0
votes
1answer
20 views
Set margin if enough space
I have 1 container (width:800px) in my body.
The container should have a margin to one side if there is enough space (screen width > (800px + margin)) but no margin if the screenwidth <= 800px.
...
0
votes
1answer
43 views
disable copying html element inner text
I've added the option for the user to drag select text for copying (used css "user-select").
The problem is that it also copies text from other html element:
<div ...
0
votes
0answers
31 views
Why am i getting a different layout on checkboxes on IE versus firefox?
I have a list of checkboxes with labels and i am noticing that padding / spacing looks different on firefox verssu ie:
here is the example:
Firefox:
Internet Explorer
here is teh css from ...
0
votes
0answers
22 views
Why do I get an expression error for my assignment in javascript?
I'm writting a game with HTML, CSS, and Javascript. I'm trying to use an if statement so that if the player hits the edge of the screen, they stay they're or move left, but when I try this it gives me ...
0
votes
3answers
38 views
set cookie variable in jquery
I am trying to set a cookie in jquery using :
$( "a.Edit" ) .click(function() {
$( "#dialog-form" ).dialog( "open" );
var un=$(this ).text();
$.cookie("test", un);
});
but when i use it after ...
-1
votes
0answers
8 views
Box-shadow and border style affecting the font appearence
I have the web page with the following html content
<div id="fixed-top">
<div id="mainheader_wrap">
<div id="contact_wrapper">
<div id="meta_links">
...
1
vote
2answers
23 views
HTML Control Array in JavaScript - Checkbox array of 1 returns zero length
I'm using a control array of checkboxes to capture a multiple selection
The following code, with two checkboxes, works well and returns a value of 2 as expected (or however many are there).
...
0
votes
2answers
41 views
How to get onclick in options?
I have a select box which gets populated when an option is selected from another select box. Now I want an AJAX call to be sent when an option is clicked. When a click event is binded to select box, ...
-1
votes
0answers
13 views
change style of scroll-bar
i have scrollbar and slider on my page . i want to increase size of circle on scrollbar .
.imageflow .scrollbar {
border-bottom: 1px solid #b3b3b3;
position: relative;
visibility: ...
0
votes
0answers
9 views
ExtJs - How do I refresh my Panel, between each add, when I am adding a lot of items to my store?
Right now, each record is added to my store and it does not show my results until they are all done and my function has stopped running. I wanted to know if there is a way to refresh my Panel after ...
-4
votes
2answers
40 views
Php read error from file
I have this :
echo '
<div id="headlineatas">
<br>
<div id="adsground">
<br><br><br>
<p align="center"><span ...
0
votes
0answers
21 views
Can not get around this JavaScript to load a basic Google Map (example as per tutorial) - Updated with corrections and formatting
Good day,
First things first, but still stay with me after reading the first sentence, please. I have an XML, which is transformed to HTML via an XSLT. The XML is able to contain JavaScript, and it ...
1
vote
2answers
56 views
a form of do until in javascript/jquery
I have a ul
<ul id="variants">
<a href="#" class="add_options right" data-id="70281696560900'>Add more </a>
<input type="text" class="cat_name" onClick="prop()">
...
0
votes
0answers
6 views
W3c showing this error 'document type does not allow element “link” here' how to solve this
I am using two files for displaying my webpage one is for header and footer(layout.htm) and the content(content.htm) using smarty I am including the file
Eg:
layout.htm
<html>
...
0
votes
1answer
31 views
jQuery UI Tabs - How to align an arrow
Firstly, I'd like to apologize for my english.
As you'll see I'm a newbie, so I'd really appreciate your help.
Here's my code
And my question is ...
... how to align an arrow in the middle of the ...
0
votes
1answer
19 views
“float: left” makes the <li> item ignore the <div> tag it is wrapped in, unless the re is a certain height in pixels
JSFIDDLE
It may be a trivial question, but I can't seem to find the answer. In the case you can see in JS Fiddle, when the < div > in which the < ul >'s are wrapped doesn't have a certain ...
1
vote
2answers
11 views
google map multiple markers simple filtering
I have set up a Google Map with 122 markers, multiple categories (12). Can I create a filter according to the image each marker is using in order to turn on/off markers from the form?
Would it be ...
0
votes
1answer
21 views
Inner node data with HtmlAgilityPack C#
I am using HtmlAgilityPack to read data/string from a webpage.
My html is here in fiddle
http://jsfiddle.net/7DWfa/1/
Here is my code
HtmlAgilityPack.HtmlDocument htmlDoc = new ...
0
votes
0answers
32 views
Table overflow: hidden, not hiding last elements in td
I have a table layout on a page which consists of a grid of tiles on the outermost columns and an image in the center which is 1024px wide. The tiles should be hidden in response to the user's ...
0
votes
0answers
22 views
Change button integer value on click in popup window
Here is timetable http://www.poledanceakademija.com/raspored.html
I would like to add button under every table which will open the popup window with question if you are sure you want to sign up for ...
0
votes
1answer
20 views
CSS3 calc function works only in Google Chrome
So I have been doing something with calc function in CSS3 and apparently even tho internet says it's compatible with almost every browser, for me it still works only in Google Chrome(right now I am ...
0
votes
2answers
20 views
Backbone JS - get attributes
I'm a new learner on Backbone JS and met a problem.
I have a button on the webpage. After the button is clicked, the attribute "msg" will output on
<script>
var m = ...
0
votes
0answers
16 views
mailto: body missing in ICS
When using a href mailto link to spawn an email the content of the email is missing and the email address is a comma.
<a href="mailto:?subject=some subject&body=this is the body">send ...
1
vote
0answers
16 views
Any colspan-agnostic column index?
Is there any way to obtain column location relative to actual table layout?
celllindex returns the cell number of current cell, but if previous cell was expanded through colspan, or above cell pushed ...
-1
votes
2answers
43 views
Div inside another Div positioned relatively and overflow
I have a parent Div positioned relatively and is set to overflow:hidden. How do I overlay the Div inside?
html
<div class="out">
<div class="in">
</div>
</div>
css
...
0
votes
1answer
42 views
Tab ( \t ) is not working correctly in Javascript Function
There is a function which send an email via default email client. In body of email message, there are few tabs between words. But, When I send this message to default email client, these tabs are not ...
1
vote
3answers
36 views
Wrapping text around an aboslute positioned element
I'm stuck on something where I have a loads of content pages with a message box. In this message box, you could have images, text, headers etc. However each message box will have an Icon in the top ...
1
vote
2answers
25 views
White stripe under footer
On this site Link of the site there is a white stripe under the footer. I inspected the element with Firebug, but it shows nothing where this stripe comes from.
This is the complete code HTML: HTML
...
0
votes
1answer
18 views
Is there any event can tell me that IE has finished its contenteditable action?
I am working on an text editor based on contenteditable trying to modify IE's contenteditable behaviour.
eg: insert <br /> not a new <p> element when press enter
I found IE finishes ...
0
votes
4answers
62 views
How to get text from txt file
I'm creating a html template with notification under nav bar , and admin can change that notification from the system the text of notification bar will be from notetxt file from the same location path ...
1
vote
3answers
25 views
Align two columns next to each other without removing them from their container?
<div class="container">
<div class="content">
</div>
<div class="sidebar">
</div>
</div>
In the above example I can't seem to get content and sidebar ...
0
votes
2answers
27 views
Is it possible to show different divs on different areas of a Image Map?
I am want to show different divs when one hovers over different areas on an Image Map. I tried creating a another Map tag but it didn't work.
Here's my code so far,
<html ...
0
votes
1answer
37 views
PHP: representing query results
This is very simple, I’m sorry to bother with it, but I’ve been hours thinking how to do it and I cannot come out with a solution :(
My database query is throwing:
ID – NAME – LASTNAME – SONG — ...
-5
votes
1answer
14 views
Fancy Box not displaying properly
What I expect:
My situation:
I just implement it on the first image.
How to paste my code?The system always tell me that i post unproper code
1
vote
7answers
57 views
How to center <UL> in a list
I've got an issue that I can't resolve.
I have a list of lists, like this one:
<ul id="nav">
<li>
<div class="tabquad">
Item 1
</div>
...
0
votes
1answer
10 views
apple-mobile-web-app-capable breaks flowplayer
I an trying to convert a site to an iOS web-app. Everything works fine except for Flowplayer - it throws an error as soon as it is run inside a web-app, but is fine in (mobile) Safari.
Test setup:
...
0
votes
3answers
38 views
Post to two different methods from single form
I have an HTML form with user name and password. Once I click on the submit button, I want to post to two different PHP methods at two different servers. How can this be done? Can this be done using ...
0
votes
1answer
30 views
Iterate table and set values in a List type object
I have a List<BankAccount> Company_Accounts property in class Company.
On CreateCompany page One or more BankAccount informations are being entered in table dynamically . I want ...
-1
votes
0answers
14 views
Filter for Merged Cells for a html table using javascript
I'm trying to merge the cells of 3 rows of a column using rowspan and also I'm applying filters using javascript setFilterGrid() function but these filters are not working for merged cells, so how can ...
0
votes
2answers
22 views
What are some Alternative redirect methods to meta refresh?
I am redirecting to a new page after some specific time given by the user, like this :
html_meta_redirect( 'pagename?page_number='.$f_pageNumber, user_get_pref( 'refresh_delay' )*60 );
what are ...
0
votes
3answers
33 views
Centering Image with Z-Index in a Resizable Window?
My images were centering perfectly until I decided to place an image behind another and use z-index. I was using relative positioning, but after moving to absolute, it aligns to the left.
How can I ...






