The css tag has no wiki summary.
1
vote
1answer
18 views
Simplifying Tightly Packing Multiple Images
I’m trying to place several images in a blog entry and am finding it a challenge to determine the correct order and CSS alignments to pack them tightly so that there is minimal space. I tried simply ...
1
vote
1answer
125 views
Removing scroll bar on videos on Facebook
I have a problem on my laptop when I try to view videos on Facebook. Whenever I click on a video to start it, iframe expands but not enough to cater the video and scroll bars appear.
There is a way ...
0
votes
0answers
12 views
Dreamweaver CS5+Edit CSS - What to do to have color preview like at text color? And ask about highlight?
I have problem to. In css panel I can see background color only in HEX, not like in text color in small cube with current color... What to do to have color preview like at text color?? Please help.
...
0
votes
0answers
5 views
Loading table dynamically loses style rules [migrated]
I am loading a page with table in a generated div in jquery. The loading goes fine, but the table loses its styles. I have tried to apply styles on the loaded page, on the landing page, and even ...
1
vote
1answer
66 views
Emacs CSS modes - most feature complete and maintained?
According to EmacsWiki there are bunch of CSS modes for Emacs, but none of them seems to be very actively developed or even that feature complete. Which one is the most feature complete so far and is ...
8
votes
1answer
90 views
colors and vim with css
I started to use vim on Ubuntu for web development. Now, I have a visual issue when I use media query CSS when I put resolutions
As you can see the first media screen is working properly but not ...
1
vote
2answers
59 views
How do I effectively examine the on-hover styles of links in Firebug?
When I hit Ctrl + Shift + C to examine a link on my web page in Firebug, it displays its associated on-hover styles in the CSS panel.
However, when I move my mouse away from the examined element (my ...
1
vote
0answers
20 views
Is there a way to disable custom webkit scrollbars?
Is there an extension, custom user stylesheet, etc. that will disable or revert the customization of scrollbars in Webkit based browsers like Google Chrome? I like the plain, native scrollbars but I ...
0
votes
0answers
10 views
Center Blogger Template Theme
Can some tell me how can I allign the default blogger template to center everything on it? headers, posts etc.
Thanks
3
votes
0answers
32 views
Thunderbird userChrome- Change sub folder and parent folder color with unread mesages?
I have the following in my Thunderbird userChrome.css file:
treechildren::-moz-tree-cell-text(subfoldersHaveUnreadMessages-true) {
color: blue !important;
}
...
1
vote
1answer
125 views
Firefox- How to change font size of right-click context menu?
Using Firefox v9.0.1 on OS X Lion v10.7.2
In userChrome.css, how do I adjust the font size that appears in the context menu when you right-click on something (like a link) on a web page?
I tried DOM ...
0
votes
0answers
30 views
Firefox- How to change font size of sub-folder-names within folders on bookmarks toolbar? [closed]
Possible Duplicate:
Firefox- How to change font size of items in folder on bookmarks toolbar?
Using Firefox v9.0.1 on OS X Lion v10.7.2
In userChrome.css is there a way to adjust the size ...
3
votes
2answers
68 views
Where does Less.app store its configuration files?
Less.app is a very cool tool for using LESS / CSS - but I can't figure out where it stores its configuration file.
I thought perhaps it was storing it in this file:
~/Library/Application ...
3
votes
1answer
60 views
Customizing urlbar formatting in Firefox
Firefox 6.0 introduced URL formatting in the address bar, i.e. the domain.tld is black, while protocols, subdomains, and paths are grey. The related about:config entry to enable/disable this feature ...
3
votes
1answer
205 views
Firefox- How to change font size of items in folder on bookmarks toolbar?
Using Firefox v8.0.1 on OS X Lion v10.7.2
Is there a way to adjust the size of the font of the items that appear IN A FOLDER of the bookmarks toolbar?
I do NOT want to change the font size of the ...
2
votes
0answers
82 views
What could be causing this browser display issue inside a user account?
LinkedIn support has hit a wall on this problem which has been affecting me for a couple months, and is starting to impact my business. When I am logged in most pages (groups, jobs, contacts, etc) do ...
3
votes
3answers
124 views
Text renders awfully in Chrome on a PC, yet fine in all other modern web browsers
A web project I'm currently writing has awful text rendering in Chrome 15.0 on Windows and below, despite text rendering perfectly on all other modern web browsers on both Mac/PC.
Internet Explorer ...
-7
votes
1answer
67 views
My CSS file isn't loading in FireFox 8. What's wrong? [closed]
Here's my website: http://www.charleswu.me
I've only so far tested it in chrome. I can't see what's wrong with my code. =(
0
votes
0answers
28 views
Why would IIS 5.1 (Windows XP) not produce the correct MIME type for css files?
I'm doing some HTML pages which include a style sheet and some server side includes. Now, I want to set up a laptop so I can work on it; the machine has Windows XP and IIS 5.1. I have set up a ...
-1
votes
1answer
36 views
Rounded corners on CSS styling not showing on all points [closed]
I am working on a Ruby on Rails tutorial and I am at the stage that one sets up the site layout.
I have a custom.css file in app/assets/stylesheets and it has the following styling:
/* Links */
a {
...
1
vote
0answers
75 views
AdBlock Plus Advanced Element Hiding?
I'm trying to block a certain element on a site using AdBlock Plus's element hiding feature. However the problem is that there are two elements with the same exact name and type that I'm trying to ...
0
votes
2answers
46 views
Is there a CSS element that could serve as Alt Text? [closed]
I know that Alt is used for images in HTML, but is there a way to apply it to text via CSS?
Example:
input {
color: #62161e;
font-size: 25px;
font-family: Lintel;
}
...
2
votes
1answer
35 views
Instruct Firefox (or any browser than can) to print data on a webpage to next page?
For example I have the following HTML page
<html>
<head></head>
<body>
This should be printed in the first page
<!-- Special code to print anything below this line to ...
0
votes
0answers
42 views
After upgrade to Lion, Chrome selectively doesn't render CSS
I upgraded to Lion and my Google chrome doesn't render css, including all of the stack exchange websites like this one.
using OSX 10.7.2 and Chrome 15.0.874.106
I couldn't pin down a recent ...
1
vote
0answers
89 views
Unhelpful suggested autocomplete tags when editing HTML & CSS with Aptana Studio
I switched from PHPed to Aptana 3 because of the Zen Coding Addon which is not available for PHPed.
My Problem is as follows:
I'm coding HTML / CSS. When I type <div st the first suggestion is ...
0
votes
1answer
72 views
How to preview css color codes in Dreamweaver CS5?
Editing some css code. If I delete the '#' sign the color widget pops up allowing me to select a new color. But I'd like to know how I can see what color 'e9f4fa' is. From within the dreamweaver cs5.
...
2
votes
2answers
110 views
Can't apply CSS from Chrome Extension in user stylesheets
I'm trying to hide the ads from the right side of the emails in Gmail. For that I've made an extension that applies a CSS style.
"content_scripts": [
{
"matches": ...
0
votes
0answers
168 views
How to install LessCss compiler on Ubuntu 11.04
I am trying to install LessCss compiler on Ubuntu 11.04.
Following the author's instructions:
npm install less
I end up with this warning:
[WARNING] Out of OEM specific VK codes, changing to ...
0
votes
2answers
100 views
Is there a Chrome extension to swap out CSS?
I'm trying to completely replace the CSS for a domain with different CSS (i.e. swap out the CSS at gaming.SE for that of Stack Overflow). I'd ideally like an extension that lets me do this. I've used ...
1
vote
5answers
471 views
How do you use WGET to mirror a site 1 level deep, recovering JS, CSS resources including CSS images?
Pretend I wanted a simple page copy to be downloaded to my HD for permanent keeping. I'm not looking for a deep recursive get, just a single page, but also any resources loaded by that page to be also ...
0
votes
1answer
51 views
How can I customize the appearance of web sites in Chrome? [closed]
Possible Duplicate:
Change default CSS of Google Chrome
How do I disable CSS or make my own CSS style for a specific website in Google Chrome?
Web sites like Wikipedia that extend to the ...
1
vote
2answers
41 views
Justify text to right margin in html [closed]
I'm having trouble getting html text justified to the right margin (it's a right-to-left language). When I use the text-align:right attribute, it justifies the text only to the point defined by the ...
0
votes
1answer
85 views
Chrome adding UA stylesheets to my sites
For some reason, Chrome on my computer's been adding some weird user agent stylesheets to all my sites, leading to some weird formatting (for example, header > h1 doesn't have any letter spacing). You ...
3
votes
8answers
147 views
Is there a way to run a website in full screen in Windows?
Is there a way to run a website in full screen in Windows? I'm running a Webpage which is only a form and it's running on a kiosk in a shopping mall.
I want this page to display in full screen. no ...
0
votes
0answers
122 views
In Thunderbird, using the Stylish extension, how to target CSS rules at messages from specific domains?
Stylish is an extension for both Firefox and Thunderbird, which enables user CSS rules. In Firefox, people use it just as commonly to tweak the UI as to change the look and feel of sites they ...
0
votes
2answers
253 views
Firefox 5 - Tabs at bottom of Window - userChrome.css
On Firefox 3.x, I simply added a single line to a new theme file (userChrome.css):
#content > tabbox { -moz-box-direction: reverse !important; background:#492492;}
This works great for 3.x, but ...
0
votes
0answers
24 views
How to Change width in a CSS Class? [closed]
Can anyone think why I can't change the width of something in a class in my CSS file? I tried doing "width: 300px" inline styling in HTML and it worked though....
0
votes
2answers
102 views
Control CSS color for windowtext in FireFox?
I use a KDE theme with dark menus and white text. In Firefox (5.0), under Preferences->Content->Colors I have black text and a white background chosen. I have "use system colors" unchecked.
I ...
0
votes
0answers
97 views
Firefox 5 not loading css files in websites
I have installed FF5 but i have seen after 2-3 days it stops loading css from sometimes.
Then i need to restart 2-3 times , then it works fine . But same thing happens after 2-3 days.
where is the ...
0
votes
2answers
95 views
Firefox displays all webpages wrong
I have a strange problem with FF. It displays every webpage in the wrong way. No background colors are used - they are always white. Links are always blue, and tables have always a black border around ...
1
vote
2answers
370 views
How do I disable text shadows in Firefox?
I normally turn of colors and read the web with a gray background. Some sites use text shadows, for example Askubuntu, which results in white borders around letters that make the text hard to read.
...
1
vote
1answer
139 views
What does . {return *yytext;} mean? [closed]
http://www.w3.org/TR/2008/REC-CSS2-20080411/grammar.html
I'm trying to understand why some people use .'s in their div classes and id's. Why would they do that? Isn't there just a risk of ...
2
votes
1answer
115 views
Why is Internet Explorer not a standards-compliant browser?
Disclaimer:
This is not a rant question whatsoever.
I do a lot of web development and I manipulate websites on a daily basis at my work. Something I always come across when fixing things is that ...
1
vote
2answers
53 views
Safari Web Developer Tools?
Where do you enable web developer tools in Safari on windows? I can't find it anywhere. A quick web search found some really complicated instructions that felt more like a hack then turning on a ...
3
votes
1answer
114 views
What is the best tool to save a HTML file?
Suppose I see a HTML page and I want to save it on disk. Using all methods I found, the saved sites are never same as they look in a browser.
So is there any free tool that can be used to save ...
0
votes
0answers
117 views
Correctly displaying webpages, using CSS, in Windows 7
I've created a website using Dreamweaver, my working PC runs on XP. Some of my pages do not display correctly when the site is viewed on a PC running Vista/Windows 7.
It appears in some cases that ...
0
votes
0answers
62 views
Using Adobe Contribute to setup a site for client to edit
I'm thinking of setting up a website for a client so that they can make minor changes to it themselves after I've handed it over. Making the content that's likely to change databound seems overkill in ...
0
votes
1answer
346 views
TextMate CSS autocompletion
Recently I updated my installation of TextMate and I have noticed something rather annoying. When writing CSS code, it no longer automatically appends the semicolon. Here is how it was if I typed ...
0
votes
0answers
56 views
Font Problems with FireFox Portable 3.6.16
One of the browsers I use is FireFox Portable 3.6.16. This problem started before this version though. Sometime on pages the proper font does not load (display) on some webpages. A lot of the time, ...
0
votes
1answer
253 views
Best method for CoffeeScript / LESS autocompilation?
I've been using LESS and CoffeeScript substantially lately, and wondering what would be the best method of monitoring. Currently I use LESS.app, which works great, but I don't think there's a solution ...