Tagged Questions
-1
votes
0answers
20 views
Expand/Collapse OR Toggle : Is there a way to work with same code in all browsers? [closed]
I want to have sections expanding/collapsing or toggling or show/hide.
Is there any way/technique that I will not need to use different code for IE?
Lets say CSS only or javascript or whatever, can ...
4
votes
1answer
103 views
What is the best way to optimise a site with lots of images for a Retina display?
I am going to have a website which will deal with a lot of images. What is the best way to optimise them for Retina display without having much of an impact on website loading times?
There seems to ...
0
votes
1answer
35 views
more capability from CSS [closed]
so i've just finished a book to learn CSS. (known HTML since high school but didn't have the initiative to pick up CSS 'til now).
anyways, ever since i started reading about pseudo-classes in CSS i ...
1
vote
1answer
43 views
Toggling between hidden divs instead of two links
For each entity in my site I have a 'joint' section (~30%), and a sub-section (~70%) which has two different options, meaning I only display ONE of them at a time. Currently I have two different links ...
2
votes
0answers
44 views
Design scrollable table structure [closed]
I'm currently looking for a way to design a table structure with HTML and JS which should be
Horizontally Scrollable (It has to be possible to dynamically add new columns)
Tolerant to changing sizes ...
0
votes
0answers
142 views
Display RokNavMenu as a two-tier menu system [closed]
I am trying to modify the was RokNavMenu displays its dropdown menus.
Assuming a 3-level menu, I need to have level 1 and level 2 be horizontal and level 3 drop down from level 2
This image shows ...
0
votes
0answers
368 views
Simple CSS overlay/popup [closed]
Hey I got a really simple question (though quite confusing to me). Its technical but I figured it would be no problem for alot of the people on here so please bear with me and I would appreciate so ...
0
votes
0answers
22 views
Initial Loading Problems on Website [closed]
I'm having issues with my website's loading. Here's the link: filmblurb.org When you point to the URL in the browser and it initially loads, the CSS looks glitchy, the text and images look funny and ...
0
votes
0answers
21 views
Problem with shadow class in css [closed]
I was making my first site with php and jquery. I was trying to include this in the website :
http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/
But I can't get the shadow and ...
7
votes
3answers
323 views
Directory structure for a website (js/css/img folders)
For years I've been using the following directory structure for my websites:
<root>
->js
->jquery.js
->tooltip.js
->someplugin.js
->css
->styles.css
...
4
votes
1answer
250 views
How to overcome politics of the net (Google translate code refuses to work from a specific region)
According to the FAQ's I am not sure if my question is a ok to ask or will be closed or should I post it in the meta or even I would blame some one for downvoting it. However it is one that has been ...
2
votes
0answers
28 views
How to overcome politics of the net (Google translate code refuses to work from a specific region) [duplicate]
Possible Duplicate:
How to overcome politics of the net (Google translate code refuses to work from a specific region)
I have this Web Site. It uses the Google Translate API (Can't post the ...
1
vote
3answers
23 views
Separating portion of website to its own server
So my job is to take the homepage (or maybe I should say "homesite" because it encompasses a few interrelated pages) and drag this onto its own Apache server. The problem I'm having right now is being ...
2
votes
1answer
168 views
Reduce HTTP Requests method for js and css
Is these way can Reduce HTTP Requests?
multiple javascript files with & symbol
<script type="text/javascript"
...
0
votes
1answer
191 views
SVG images grow and create scrollbars when on the server
Okay so I embedded some SVG images into my page and opened it locally on Chrome and it looked fine.
I upload the same file to the server and look at the page online and the SVG images have grown by ...