0
votes
5answers
77 views
Passing variable name as id
I am appending the checkboxes in a particular class using some function.. I have a function to run everytime the checkbox is selected.. So I need to get the name and id of the Checkboxes..
Heres the ...
0
votes
1answer
25 views
dynamically changing divisions in html
I have made a code that on click on different links the specific divisions changes respectively.
first file is:
index.html
<div class="wrapper">
<div class="grid3 first">
...
0
votes
2answers
43 views
Load other pages when change my css style in C# or JS
I have some scroller menu like :
<div id="panel" class="scroller">
<div class="scroller-view" style = left:-100>
<span class="item "></span>
<a ...
0
votes
1answer
18 views
CSS transition on a Javascript image swap
I've got a set of images to swap with another set of images in Javascript, but it looks ugly when it snaps between two images. I want them to fade, and I've managed to do this with the webpage ...
0
votes
3answers
70 views
Change font and image size without changing original CSS
How can I scale the size of all the text and images on a webpage by some amount when I can't make changes to the CSS of the website, only additions?
I want to scale text by 200% and all img-elements ...
0
votes
1answer
33 views
Script issue on website
When I use dynamic options, the second option looks strange when the script is run.
I've made a fiddle with the problem http://jsfiddle.net/niklasro/GqGGA/ but it won't run the script that should ...
-1
votes
4answers
70 views
div left space beside input text [closed]
I make span with text add when click some button but when text appear after it there is space and the input text inside it go right I want to fixed position of input text and the text of span to left ...
1
vote
2answers
21 views
Custom combobox design to php website
I need to create a combobox with custom item's design to use in a php website.
however i can't figure out what to use since there's no way to do it by simple css (that i know of)
It should look ...
0
votes
7answers
1k views
Responding to links under an overlay div
The scenario is this.
I've built a top navigation prototype which needs to have an overlay (transparent PNG) image on top of it. It currently covers about 1/3 of the links. Please see below:
Is ...
1
vote
2answers
69 views
Math.Random - Javascript
I've this code:
var num = 550;
$(document).keydown(function (event) {
switch (event.keyCode) {
// Left Arrow
...
0
votes
2answers
38 views
Hide Modal in Twitter Bootstrap when clicked
Here is a sample code from twitter bootstrap but . . .
<div class="modal">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" ...
0
votes
2answers
20 views
same row height for nested tables in different columns
Is there a way to make the rows of a nested table from one column have the same height as the rows of a nested table from another column?
<tr>
<td>1</td>
<td>123 ...
0
votes
0answers
16 views
Smooth Scroll Javascript Issue (in combination with Swipe-Js)
I'm building a website where i'm combining two javascript's: A 'Swipe'-Js and a 'smooth scroll'-Js, now everything is working perfect together but I get a problem with the smooth scroll.
You can see ...
2
votes
8answers
64 views
change font size after decimal point
i am working with a Opencart eCommerce website, i need to customize product price font size,
for example:
product price: $ 250.50 i need to set font size for $ = 16px; 250 = 22px; .50 = 14px;
how can ...
0
votes
0answers
11 views
WebDataGrid + JavaScript Setting EditTemplate as ovarlay
I want to set the edit Template in the Infragistics not under the column but put it as overlay.
I tinkered this JavaScript code:
function enterRolesEditMode(btnClientId) {
var btn = ...