0
votes
0answers
28 views
Center within navigation
I can't seem to figure out how to allow the absolute centered logo to be surrounded by my navigation links (3 on each side), and for the navigation to fall below the logo upon resize seen here: ...
0
votes
1answer
46 views
Change background of navigation on change of section in single page website
I have to keep the background of navigation on "home" section transparent. But when viewport change on selection of other sections. the background color of the navigation get permanent black.
...
2
votes
1answer
48 views
Jquery .width() giving different values on chrome and firefox
I'm using this JQuery code for my table.
$(document).ready(function () {
var tableBottom = $(window).height() - $('#compare-table').height();
$(window).scroll(function (event) {
...
-2
votes
0answers
38 views
Add down arrow centered to a link which bounces down for 5 seconds CSS3 [on hold]
I have a link on my page which I want to have a down arrow centered below the link which slowly bounces up and down to indicate to the user to click on it.
It will bounce for say 5 seconds then the ...
2
votes
2answers
40 views
use width inside of calc
I am trying to do something like this:
.my-style {
width: 50px;
margin-left: calc(50% - calc(width / 2));
}
Later I am changing the width to 90px and I want the margin grow accordingly.
It ...
0
votes
2answers
19 views
@font-face rule for Universe 55 font is not working
In html5 i have used a custom font(Universe 55 font). I downloaded .ttf file,used with @font-face rule & checked with IE,Chrome,mobile browsers. It doesn't work, but in websites they say browsers ...
-3
votes
2answers
36 views
Creating a head-bar
Good evening. I keep going on with my game project, but I am stuck at the design process. This time, I would like to ask you something I hope you can help me with. For my webpage, I need a black ...
0
votes
1answer
32 views
Overlap 3 images and center them in fluid container
I need to overlap 3 images and center them within a twitter bootstrap row-fluid div. Here is an example of what it should look like:
The solution can use javascript but I'd prefer if it didn't. ...
0
votes
1answer
22 views
2D transformation of embedded elements such as youtube
I'm looking into using CSS to transform a YouTube video on my site.
I'm aware this is possible as I've began to do so in jsFiddle, but will this slow down page speeds, or what hindrances may occur ...
2
votes
1answer
35 views
Water ripple effect on background of website
A client has asked me to apply a similar water ripple effect to the background image (and only the background image) on their website.
Considering that this is using a canvas, it doesn't seem ...
2
votes
3answers
26 views
Save mobile client from downloading large image with responsive design
As responsive design is becoming more popular now, one of the drawback for responsive design is mobile client need to download the un-needed large images, e.g.
...
0
votes
2answers
72 views
CSS selector that matches parent of empty element
I have such HTML code
<li data-bind="attr: { class: MenuItem.CssClass, 'data-Id': MenuItem.Id }">
<div class="subMenuActions">
<i class="icon-caret-right" />
...
-2
votes
4answers
199 views
Should I use pixels, em or neither? [closed]
I'm trying to get the definitive answer on something in css. I'm trying to figure whether or not I should use
line-height: 1.5;
or
line-height: 1.5em;
or
line-height: 15px;
A few sites say ...
7
votes
5answers
185 views
Change the mouse pointer in a webpage
I have created a frame in html using the
<frame></frame>
tags.
Is there a way i can change the mouse pointer as the mouse enters the frame.
3
votes
4answers
2k views
Format text in a <textarea>?
Textareas are great because of some built in functionality (scrollbars). How can I format <spans> of text inside of the <textarea>?