Cascading Style Sheets
0
votes
1answer
284 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
0answers
22 views
How to implement a large image fader for background? [closed]
I recently saw an image fader on Ann Summers website.
I was wondering how could I implement something on this scale on my website?
Would I need to use javascript on its own to control the images or ...
1
vote
1answer
443 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:
...
-1
votes
1answer
30 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
61 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 ...
1
vote
0answers
41 views
Web app that hosts css and allows you to edit it online
Is there a service that hosts css files and allows you to edit them online? Similar to the WebPutty.net site that is no longer available?
0
votes
0answers
76 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
230 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
84 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
249 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
76 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
119 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
221 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
2k 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
52 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
115 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
86 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
233 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
348 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
945 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
222 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
423 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
113 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
784 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
888 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 ...