-1
votes
0answers
32 views

Simple users system

I've made a simple login system upon bootstrap and i would like to get some feedback on it. The plan is to make it a stable and secure template from which you can start your projects and get right ...
-1
votes
0answers
21 views

Why does my third column line-break? [closed]

How do I make the three columns I have on different lines parallel to each other? jsFiddle: http://jsfiddle.net/JordanSimps/n79LY/2/ HTML: <div id="middle_container"> <div ...
-1
votes
1answer
19 views

How do I make my header title and slogan parallel to my navigation and my logo parallel to my title and slogan? [closed]

This is what I'm trying to do: jFiddle Example: http://jsfiddle.net/JordanSimps/hgwyS/ HTML: <body class="body"> <header class="mainHeader"> <nav><ul> ...
1
vote
1answer
62 views

How can this be done in the shortest way?

I have saved the class holding the position of the i element in the a tag that is clicked by the user. When the a tag is clicked, I want to get the value of its attr and add it as a class to the i ...
3
votes
2answers
228 views

Creating Custom Jquery Slider

Can someone please help to rewrite / tidy up this? // News Article Slideshow var periodToChangeSlide = 5000; var pp_slideshow = undefined; var currentPage = 0; $('#news-feature-img-wrap ...
2
votes
2answers
36 views

Minimizing CSS media queries for the page title?

I am working on page titles to be responsive. The code I have works and gets the job done, but I know that this is verbose. I decided upon the widths by trial and error based on how the words were ...
0
votes
0answers
28 views

Containing the navigation bar in the Foundation 4 framework with CSS?

I am looking for the cleanest way in the CSS to contain the navigation bar to the center of the site I am working on. As you can see from the picture below, the content in the header is pushed to the ...
2
votes
1answer
50 views

Least amount of HTML and CSS to create a bottom border for every section?

I am doing a redesign and have some previously existing content in HTML that is similar to <p class="testimonial-text">Bacon ipsum dolor sit amet aliquip est tail occaecat bacon ad qui short ...
1
vote
2answers
57 views

HTML containers and positioning - Code Review

I just started to make a static website after years of not playing in that field (stopped in the early 2000s), just to try to remember what I lost over time. Before going any further, I wanted to know ...
-1
votes
6answers
131 views

jQuery doing what it's suppose to on all the pages except one! [closed]

Here is my script: http://jsfiddle.net/9cnGC/11/ I was wondering if anyone can help me with this fiddle and maybe clean it up a bit so it can run more efficiently? I believe it is because there is ...
0
votes
0answers
53 views

How does Facebook toggle its notification center icons to display the respective DIVs with the notifications when clicked? [closed]

How does Facebook toggle its notification center icons to display the respective DIVs with the notifications when clicked? All of you have at-least interacted with the Facebook notifications center ...
1
vote
1answer
53 views

Changing master page's menu

Discovered that the existing menu in a web app I'm working on has an issue in Chrome, where the "Logged in as" section would jump off the menu bar down below. After looking through the code, I'm ...
3
votes
1answer
51 views

Improve on CSS3 Selectors

I'm trying to change the background-color of each .achievement div. The content is being generated dynamically so I can't add a class easily to each one. I have it working with selectors like ...
3
votes
1answer
43 views

Positioning link boxes & managing backgrounds

I've managed to position the link boxes as I wanted and to apply a background to them, but I'm not sure I've done it in the most elegant or efficient way. Is there a better way to position the ...
2
votes
1answer
101 views

HTML - single page layout - absolute positioning

I am doing web apps, mostly single page apps. So i have to give absolute and fixed positioning a lot via css. For Example, consider this page layout: <html> <div class="app-header"> ...

1 2 3 4 5
15 30 50 per page