0
votes
1answer
38 views

How to freeze header and left columns of the table

I want to fix header and 3 left columns of my table. But i found only one situable solution. Here is link: http://hazaa.com.au/blog/how-to-create-an-html-table-with-frozen-headers-and-columns/ I ...
0
votes
1answer
36 views

Displaying information next to input onfocus

hello I have a form with few input fields, I am want to display some information related to the particular field once user enter the text field. so far I have managed to do this: <tr> ...
2
votes
5answers
51 views

Select the checkboxes through loop?

How i can i select the check boxes through loop ? For example i have 4 check boxes and if is select the 3rd check-box then 1st and 2nd also selected and if i select 4th check-box then 1st, 2nd, and ...
-2
votes
1answer
36 views

Web page layout design using div [closed]

I design a webpage in HTML using DIV. It contains Header, content and Footer.I need that footer at the bottom of the page.if the content data is increases the footer automatically go down. but when no ...
0
votes
4answers
30 views

How to make a div with a cutted corner and a box-shadow

How to make a div with a cutted corner and a box-shadow (all that in CSS3 only). Looking and trying things for days, but the only way i found is with the new "filter: drop-shadow" which is not yet ...
0
votes
2answers
13 views

Mobile progress bar

I am searching for a progress bar (or slider without thumb which would not be interaction enabled). I want to use it in a HTML5 project with jQuery mobile for iOS/Android/Windows mobile. On mobile ...
0
votes
4answers
43 views

background color using html n css

I'm trying to loop through a table to get each TD value. If the value is below a specific number then I'll do something. </head> <body> <table id="tableData" ...
0
votes
2answers
37 views

Center table, hide excess parts

Is it possible to center a table on a page so excess parts that would stick outside the viewport are hidden? Example: I have a table with three columns, each 300 pixels wide. If viewed with a browser ...
-1
votes
0answers
11 views

Template Marketplace Frame Header [closed]

i am a theme designer and want to use my own theme header ( similar to what themeforest had on top and use my own ). this is usually done by several designers but never found the best way to do it. ...
3
votes
1answer
24 views

IE8:Image disappearing while rotating using jQuery Rotate

We had an image, which seems to be vanishing for a second while rotating.This issue exists in IE8 and works fine in IE9 and other HTML5 supported browsers. We have used jQuery rotate plugin. HTML ...
0
votes
1answer
28 views

Trying to create a fixed header effect by using two tables and three divs

fiddle - Short version - purple part needs tucked in to parent div I'm basically trying to create a fixed header look for a table by splitting it into two I'm trying to avoid javascript as what I'm ...
0
votes
0answers
35 views

Storing and getting HTML from MySQL [closed]

Well, its about that time that I expand my knowledge.. and next is figuring out php/mysql. Currently, I have the ability to design some pretty nice static websites with HTML/CSS... However, thats ...
0
votes
3answers
54 views

How to make the div responsive when the resolution is changed

I came across a problem that when i change the resolution of my screen the div goes to right side. I want it to be responsive and should stick to the place. Here are some snapshots 1024 X 786 (the ...
-1
votes
3answers
21 views

Footer overlap the overlaping divs - CSS

Float Image and div respectively left and right. After float footer was mix with image and div. html <img src="images/AboutUs.jpg" class="about_us" alt="about us" /> <div ...
0
votes
3answers
35 views

How do I “shift” an entire website downward (vertically)?

I had a simple web design made for a client. 3 months later, the client wants a notification bar installed at the top. Easy. Hopped on to CodeCanyon and found a feasible script, saving me hours. One ...
0
votes
0answers
21 views

Trouble with images in JQuery Masonry

I've spent the past two hours trying to figure out why my images won't display correctly using masonry. Here's my includes for the page <script type="text/javascript" ...
0
votes
3answers
35 views

Cant get image to stretch full width

I have been having a heck of a time getting a background image to stretch on the screen to fit the screen so I have no decided to just add it as an image. Below is a image of what I am trying to ...
0
votes
2answers
37 views

HTML/CSS- how to align part of a cell to the left, and part to the right?

I want to achieve this: cell contents : cell contents 2 : cell contents 32 : So the "cell contents" part is left aligned, and the ":" is right aligned. I don't want to add a column with ":" in ...
0
votes
1answer
33 views

Frontend Development API Tools [closed]

I'm taking the following path toward the development of a reasonably large-scale web app: mockups, screens, backend + javascript. I'm now creating the screens and doing all of my documentation in MS ...
0
votes
3answers
47 views

How do I use JQuery to swap images when clicked on anchor tag and outside element?

I've spent 8 hours today trying to figure this out since I am new to this but I can't come to completing this. I would appreciate it if someone can point me in the right direction at the very least. ...
0
votes
2answers
45 views

Positioning Divs Within a Wrapper Div - Overflowing

I'm currently building a website that contains a structure that I haven't yet built in my experience. It involves a layout that requires multiple sections to be joined together within a wrapper. This ...
0
votes
0answers
37 views

Horizontal scrolling website, divs and nowrap issue

I have scoured the net to try and find a solution to my horizontal divs issue. What I’m going for is a responsive horizontal scrolling website for desktop (using white-space: nowrap) that will also ...
1
vote
2answers
27 views

Div is having different width than specified, also is having a margin that is not specified

Here is my code: http://jsfiddle.net/8z4aw/ I want to have a bunch of div's that are behaving like a table. As you can see, I have specified explicitly their widths, but the browser is completely ...
0
votes
2answers
19 views

Open jQuery Fancybox in other page

I have one link in page index.html and I need to open a div that is located in other page called index2.html but I can't do it. My code is this: Link in index.html <a href="#modal" ...
0
votes
1answer
54 views

fill div with dynamic images and no gaps

I am using Potomaks Instagram Jquery script to pull images for a certain tag. I have the CSS set to auto-resize the images so that the row will fit across the entire table. The table is set at 100%, ...
1
vote
10answers
69 views

Expanding DIV with background images

I have a slightly unusual requirement, which I am really struggling with. I have created an image to illustrate what I'm trying to do: Basically this is a DIV that is made up of 3 areas - top, ...
0
votes
1answer
19 views

SVGZ doesn't display

SVGZ format only works when I test it on local on Google Chrome. (doesn't work on other browers) It worked fine with svg though. Otherwise, on server, it doesn't work. I tried to add a .htaccess file ...
0
votes
3answers
27 views

How to align `<label>` behind transparent `<input>`

How do i align <label> centered behind transparent <input> then set opacity of input onfocus to 1
1
vote
1answer
52 views

How to dynamically resize HTML element according to it's sibling size using CSS only?

I have container with a fixed height. Inside it there are two children: image and text of arbitrary length below it. I want the text to take the height it needs and the image to auto-adjust to the ...
0
votes
1answer
41 views

Best way to organise / manage CSS [duplicate]

I'm working on a big project and have used one CSS file throughout. I'm now finding that this is becoming unmanageable and unorganised (there are almost 2000 lines so far). I have read up on ...
0
votes
1answer
34 views

HTML overflow CSS not working

Webpage I am referencing The CSS: a img { bottom: -30px; right: 0; position: absolute; overflow: hidden; -webkit-transition: all .1s ease-in-out; ...
0
votes
2answers
44 views

CSS class conflicting with CSS id

first time poster here so go easy. I have an html form with a table in it and I have a seperate CSS file. Before I added in the table everything worked. Here is the html page: <body> <div ...
1
vote
1answer
31 views

How to append XML content to an HTML element as if it were HTML and apply CSS styles?

I have an XML file called 'layouts.xml' that looks like this: <?xml version="1.0" encoding="utf-8" ?> <layouts> <layout id="layoutA"> <div class="layout typeA"> ...
0
votes
2answers
19 views

Changing links based on mobile device

I have an HTML img tag with a static HTML link. My idea is to dynamically change that link (but not the image) based on what type of device my user is connecting from. The major types of devices I ...
2
votes
1answer
51 views

finding proper div alignment

I'm trying to do a layout with two top divs, and one below them. See here: <div style="width: 49%; float: left; border: 1px solid"> <label>blabla</label> </div> <div ...
0
votes
1answer
20 views

overflow: auto is messing up the width of my window

The Css goes like this: #mylog{ background-color: white; border-style: solid; border-color: rgb(154,154,154); overflow: auto; width: 100%; height: 100%; } as soon as I put ...
0
votes
2answers
33 views

How to get rid of the border bottom from my navigation

Here is the image of my current navigation what I have : Here is how I want it to be : The main issue to me looks like when my ul has border-bottom set and I cannot put my li over it for some ...
1
vote
1answer
27 views

can't remove horizontal scollbar

I need the border of the title of this page to extend to the right side. Perhaps there is a better way of doing this but I have used position:absolute and width:100% because the content div ...
2
votes
3answers
66 views

How to make div scale to 100% of browser width?

<div id="sidebar">sidebar</div> <div id="content">content</div> The sidebar is a fixed width of 100px. How do I make the width of content to 100% of the browser width? ...
0
votes
2answers
45 views

css triangles floating with containers

Im trying to put some triangles made in css next to containers, one over the container in white (imitating the background) and one in blue on the right side. I tried several solutions but by using ...
1
vote
1answer
42 views

Graphical Tree Creation

I'm fluent with CSS/HTML Decent with CSS3 and HTML5 and Jquery. My project is using Asp.net MVC, LINQ, Razor. Just incase the later is important. I am trying to create a graphical tree for the user. ...
0
votes
1answer
25 views

What's the best way to align nested divs to parent divs and text inside divs?

So I made this example here: http://jsfiddle.net/cRmCc/2/ and I was wondering what would be the best way to vertically and horizontally align nested divs inside a parent div with out using margin or ...
0
votes
2answers
74 views

How can I adjust the height of a div with respect to other div

I have got a task to adjust the height of a div with respect to other div.But its not working. My code is $(document).ready(function () { var heightWrapper = $('#contentWrapper').height(); ...
0
votes
1answer
34 views

How do you vertically center absolute positioned text w/o declaring container size and w/o JS?

I initially had vertically centered text using the table/table-cell display method, which worked great. The problem came when I switched to a percentage height for the container and used a block ...
0
votes
2answers
34 views

CSS - background image repeat x from a starting point

I have an h2 that I am trying to fit with a 2px background image. I want the image to begin after the words in the h2, and then repeat-x for the remainder of the space in the h2. Since words lengths ...
-2
votes
0answers
27 views

Are there any tools that warn of embedded styles and scripts in HTML snippets?

I'm looking for a tool that I can use in our build process (or as a pre-commit hook) that will detected embedded JavaScript & Style attributes & tags, and generate a report of which line in ...
1
vote
1answer
26 views

Line break needed for text-align:justify in list <li>

I dont understand why this code: <ul id="Navigation"> <li><a href="About.html">About</a></li> <li><a href="Contact.html">Contact</a></li> ...
-1
votes
2answers
43 views

Center the second row of a bunch of <li>'s without adding divs?

So I have a question that might be relatively simple, but I haven't been able to solve yet. On my website, I have a of company logos that is within a div that breaks if you add any other divs for ...
2
votes
4answers
33 views

How can I do a hover effect for my social icons in css?

I want to create a simple hover effect, I have a gray facebook, twitter and youtube image and when it gets hover i want to get the original color from the social media, that's all I want. This is my ...
0
votes
2answers
32 views

Fixed div over embbeded youtube video

I am having problems with an embedded youtube video. I want that a fixed div goes over the embbedded youtube video. I know and read about the issue, and added ?wmode=opaque at the end of the source, ...

1 2 3 4 5 1239