CSS, short for Cascading Style Sheets, is a language used to control the presentation (including colors, layout, and fonts) of HTML and XHTML documents.
0
votes
0answers
17 views
How to Grok (Modern) HTML & CSS? [closed]
I'm a programmer at heart, but I've always wanted to understand more about HTML and CSS. Unfortunately, every resource I have tried to learn with I have found lacking. Every book/tutorial I've read ...
0
votes
0answers
55 views
Moving the title of a link [migrated]
I am not a HTML/CSS expert but I am in charge of developing and maintaining a website for my employer.
I have set of link in the middle of my webpage that I want to have a specific CSS applied to ...
1
vote
2answers
30 views
CSS files not updating on FTP transfer overwrite
I have a weird issue: I have made changes to a CSS document but when I upload it and overwrite the existing file nothing changes - the old file remains.
I have tried this on several FTP clients to ...
0
votes
0answers
21 views
Horizontal drop down CSS menus [closed]
I'm trying to setup some horizontal CSS drop down menus.
Where things get different for me, is that both main menu and submenu must both be horizontal, and text aligned right - purely for synthetic ...
-1
votes
1answer
18 views
Centering vertically with flexbox in Safari [closed]
I'm trying to center (vertically and horizontally) a big content img using display: flex and although it works perfect in Chrome, the code does not center the image at all in Safari.
I'm using Chris ...
0
votes
0answers
7 views
centering problems with bootstrap framework [migrated]
i'm noticing when i attempt to center this image, it is slightly to the right on the page. what is causing that? it seems like there is a margin added to the left of the image.
<head>
...
0
votes
0answers
9 views
How to correctly set max height of an image in html or css [migrated]
My goal is to display a photo as large as possible in the browser window without users having to scroll down the page to see the whole thing.
I'm using Twitter's bootstrap framework and have an image ...
0
votes
0answers
6 views
HTML5 & CSS: Formatting anchors, <header>-wide [migrated]
I encountered a peculiar CSS formatting problem when I changed a <div id="header"> block to HTML5's <header> block. Basically, I want links within the <header> block to be of a ...
0
votes
0answers
17 views
Bootstrap menus overlap on IE7 [closed]
I'm putting together a site using Bootstrap.
I've got two "navbar" divs, one above the other on the screen. In Chrome, Firefox and IE9, they look and work fine. On IE7 and IE8 (or rather, IE9 in ...
0
votes
2answers
31 views
Does google take into account page load differences from caching?
Here's what I mean by that. If I use internal CSS, the page will load a bit quicker on the first time it is visited, but with external CSS a user can cache the document and load the rest of the site ...
0
votes
0answers
12 views
Foundation 3 - dropdown menu pushes down page, how to prevent this? [migrated]
I'm building a responsive site using Foundation 3 and I've got a dropdown menu that when at smaller screen sizes is pushing down the content rather than overlaying the content below. I'm not sure why ...
0
votes
0answers
15 views
Where is the virtuemart cart module file located?
I want to edit the div class for the virtuemart shopping cart module. Anyone know where to find it in the directory?
Thank You.
PS : I'm using Joomla 2.5.8 || VM 2.0.8 || Helix Framework Template
-4
votes
1answer
23 views
Font creation for logo [closed]
I have a template and that template has a logo. The logo is something called "Cream". I really like the way it has been set up. I want the same style with different name. How to do that? The problem ...
4
votes
1answer
91 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
0answers
17 views
How to enable zoom in images set to 100% width in CSS? [migrated]
How to enable zoom in images even though they are set to 100% width in CSS?
This question might sound contradictionary -- if you set something to 100% width
img {
width: 100%;
height: auto;
...