Quantcast
Channel: CSS
Browsing latest articles
Browse All 13 View Live

CSS

Hi, I need some help with CSS. I want to convert the upper grey strap to be the same as the lower one, blue strap, with the gradient downwards (the lower one had the gradient upwards, so the upper one...

View Article


Re: CSS

You can use the following: #container-wrap { background: linear-gradient(#2A7CD7, #FFF 150px, rgba(0, 0, 0, 0) 300px); }

View Article


Re: CSS

Thanks a lot, Timothy. It works, but now it seems I have something behind the header I would like to remove. Could you help with this? Thanks a lot for your help! I attach screenshot. EDIT: Well I...

View Article

Re: CSS

In the sky-blue theme you are using there is padding:8px in the #container rule. This is causing what you see behind the header. It should be removed by adding the following to your CSS: #container {...

View Article

Re: CSS

Thanks, Rob! This solved my little "problem". :)

View Article


Re: CSS

Ok, I'm new to all this so I'm probably doing something really daft… I've put in some CSS http://thejukeboxrebel.wikidot.com/css:global-css and it's having no impact at all. Where am I going wrong?...

View Article

Re: CSS

It looks like you haven't told the site manager the location of your css:global-css page. The how-to for this is at http://community.wikidot.com/howto:flexible-css-putting-css-on-its-own-page.

View Article

Re: CSS

Ah yes, I remember that from when I was experimenting previously. I won't forget now, it's drummed in. So I've done that, but unfortunately there is still no impact and my existing theme has been...

View Article


Re: CSS

Just use the relative url. For example your css can be viewed on my test site at http://vineyard.wikidot.com/jukebox:css, and in the site manager the location is put in as /jukebox:css/code/1 So I...

View Article


Re: CSS

That's sorted, you had missed out the /code/1 - the url should have been entered as /css:global-css/code/1 as I wrote in the how-to :) Good to see that there's someone else in Scotland here in the...

View Article

Re: CSS

Thanks Rob, I'll try not to embarrass the nation too much ;-)

View Article

Re: CSS

Rob Sorry to bother you (I tried really hard not to - honest!) I'm missing something again in regards to this CSS business. I'm trying to get a good handle on external sheet control and I'm using...

View Article

Re: CSS

There are various problems here: you've added javascript into the css:global-css page in an html block below the css codeblock . It isn't ever going to get read there so delete it. Your CSS page must...

View Article

Browsing latest articles
Browse All 13 View Live