Cascading Style Sheets

learn more… | top users | synonyms

2
votes
0answers
36 views
+100

How do you vertically align images in craigslist ads?

I know that craigslist allows for limited HTML and CSS, but I can't figure out how to vertically align images. I've tried the vertical-align style, valign attribute, floating and adding padding.
-2
votes
0answers
22 views

How are web based HTML, CSS, Javascript editors made and how to make one? [closed]

I like the idea of making a code editor online like cssdesk.com codepen.io cssdeck.com I recently tried out ecoder, but it seems too much features. I'm sort of leaning to Cssdesk type of ...
1
vote
1answer
493 views

Tumblr, Autopager, Masonry & Infinite Scroll! What am I doing wrong?

There is a huge space in between my pages and duplicate posts. What am I doing wrong? I have been working on this for a week. Here's the tumblr page: nomdecodenikita.tumblr.com Here's my code: ...
0
votes
1answer
51 views

Web app that hosts CSS and allows you to edit it online [closed]

Is there a service that hosts CSS files for production use and allows you to edit them online? Similar to the WebPutty.net site that is no longer available?
1
vote
1answer
467 views

Web page Save as including css includes and css background images

Looking for a web app or browser that can save a complete web page including css style sheet includes and css background images. I have tried IE9, Firefox and Chrome browsers.
-1
votes
1answer
38 views

Program similar to Coda? [closed]

So, recently, a friend bought Coda. I saw him mess around with it and it's everything I've ever wanted, the thing is, it's on Mac, and I need a PC version. What I need is a program very similar to ...
2
votes
1answer
62 views

How can I put the ToC at the top of the page, parallel to the first paragraph?

Similarly to this question, I'd like to tweak where the default ToC appears in my MediaWiki site. Currently it appears at the first header, but occasionally I have significant content in the first ...
0
votes
0answers
79 views

Online creation of a simple web page [closed]

I would like to create a very simple personal webpage. I'm no designer, so I would like to use some tool (possibly a web app, possibly free) that lets you format a page using some predefined (and ...
5
votes
1answer
241 views

Google Calendar colorize weekends in Firefox

I'm currently using the following to colorize weekends in Google Calendar in Firefox (week-view): @-moz-document url-prefix("https://www.google.com/calendar/") { td.tg-weekend { ...
-2
votes
1answer
101 views

Why is my facebook lacking formatting or any interactions?

My Facebook looks pretty weird right now, there is absolutely no formatting whatsoever, like the CSS has been wiped off the page Here are the problems There is no background color, text color or ...
2
votes
1answer
302 views

CSS file from GitHub pages sent as text/plain, needs to be text/css

I have a GitHub project with a CSS file and I want a HTML page to be able to pull this in so I created a GitHub pages branch and synced everything over. The file is included as such: <link ...
1
vote
1answer
77 views

Rearranging the Google Bar [duplicate]

Possible Duplicate: How to change links of the Google bar? How do you rearrange the Google Bar in Firefox using CSS? I know there's an add-on (You Google Bar), but I'd prefer a CSS ...
0
votes
0answers
138 views

visual layout builder - backend [closed]

I'm looking to create a backend visual layout builder. Examples: http://www.elegantthemes.com/gallery/elegant-builder/ ...
0
votes
0answers
222 views

Help for HTML templates [closed]

I am developing a rails business application but I am pretty bad with CSS and layout designs. I am spending alot of time to learn and design the layout for the presentation of content/deals on the web ...
0
votes
0answers
96 views

Looking for a website with a vertical parallax design for an iPhone app from a while ago [closed]

Not sure if this fits here, but I'm trying to locate a website I came across a while back. It was a launch page for an iPhone app, which had an HTML5 vertical parallax design. It showed an iPhone ...
2
votes
1answer
3k views

Change the background color of selected text in Google Docs to increase readability

How can I override or change the background color of text selected in Google Docs? It is difficult for me to see the difference and I would like to increase the contrast or difference. After Google ...
0
votes
0answers
54 views

ajax set text to background (not image) and in front of it normal text [closed]

How can one set text to background and having in front of it normal text? Background text can have 100px. Without using an image as the background text.
3
votes
3answers
117 views

Is there a web page/app that can tell you what features your browser supports?

I'm looking for a website that can detect what web features your browser supports, e.g. CSS3 properties, HTML5 localStorage and other Javascript features. Main reason I ask is because I'm trying to ...
-2
votes
1answer
87 views

how to give the website a more web 2.0 feel [closed]

I am planning on redoing the UI of my website to give the website a more web 2.0 feel. This is the process I am planning to follow : 1. Come up with PSDs that would have the designs of a few ...
1
vote
1answer
240 views

Is there a way to theme/color the loading animation on a Blogger dynamic view?

I have been playing around with theme customization with a blogger site. Most of my endeavors have been successful, but everytime the page loads, the large, orange "loading" graphic shows. It doesn't ...
2
votes
1answer
354 views

Have Google removed the option to roll back to the old Google docs version?

I tried following the advice given in another thread for rolling back the google docs version to the old one, but I couldn't find the option in the Editing section of the google docs settings. Can ...
0
votes
1answer
973 views

External CSS to format a PHP header include? [closed]

Is this possible? I can't find an example of this on the internet anywhere. I am struggling with what should be really simple CSS code. Can anyone tell me what is wrong with this code? The .css ...
-1
votes
1answer
1k views

How to add links on a tumblr.com page?

How can I add some links on a tumblr page? For example, on http://makeclocks.tumblr.com/ I'd like to add some links at red box area:         
1
vote
1answer
229 views

cloudapp - Can't upload .css file

Is it possible to upload a CSS file to cloudapp? I have already uploaded HTML, PNG, and some font files with no problem.
1
vote
2answers
444 views

Do cross-browser web CSS rounded border generators exist?

I am aware of CSS gradient generators such as Color Zilla http://www.colorzilla.com/gradient-editor/ Do CSS rounded corner generators exist that work across many browsers?
2
votes
0answers
114 views

How to display only Post Titles on home page of a Posterous blog?

I have recently shifted my all purpose blog from Wordpress.com to Posterous. It was mainly because, while I'm no Javascript ninja and I don't intend to put in a lot of time into configuring and ...
0
votes
3answers
800 views

Where is Gmail's CSS?

I've been looking at view-source:mail.google.com/mail for a while, and can't seem to find GMail's CSS. Does anyone know where to find it? I'm wondering if all the script in it "obfuscates" where the ...
6
votes
2answers
942 views

Uploading Styled HTML to Google Docs

I find that when I upload Styled HTML to Google Docs, eg. with CSS .underline { text-decoration: underline; } .del { text-decoration: line-through; } mark { background: yellow } None of these will ...