2
votes
1answer
2k views

How to add a ribbon at the top with css?

I try desperately to add this little png ribbon on the top right of my page. Exactly like this one: http://www.thebestdesigns.com/ I have checked their code, but it gets messed up when I use it in ...
1
vote
3answers
2k views

Angled, wrapping CSS ribbon over image

It is possible to achieve this ribbon using only CSS?
1
vote
3answers
2k views

Apply CSS on a Specific SharePoint Ribbon Bar Button?

Is there a way to simply hide a particular SharePoint ribbon bar button? I've see the CSS code for hiding the entire ribbon bar, but I only want to hide 1 button on it (the check-in button). I've ...
1
vote
1answer
132 views

LESS/CSS Ribbon breaks in chrome on resize

I have a css/less ribbon that looks fine in Firefox, but breaks in Chrome (upon resize). It looks fine when viewed at 100% zoom, but moving in or out moves the elements out of alignment. I've put it ...
1
vote
1answer
345 views

site ribbon overlay + resizing browser

So, a freelance client wants a fork-me-on-github-like overlay ribbon for her site. the ribbon she sent is way bigger than the github one, so when i resize the browser, it messes up some existing divs. ...
1
vote
1answer
224 views

Ribbon Overflow Effect Issue

I'm creating a custom theme in wordpress. I have found up a code to get a ribbon effect around the titles of items on the sidebar. However, the ribbons aren't quite flowing over the edges of the ...
1
vote
1answer
326 views

CSS: Absolute positioned image - but it's not on top

I'm trying to position a ribbon image on one of my websites. Unfortunately I can't figure out why it doesn't work as I want it to. I used position: relative; and position: absolute; to do all the ...
0
votes
2answers
71 views

Title styling in ASP.NET MVC3

I have here an image to show my problem I want to have a shadow thing below the ovelapping title. Is this possible in CSS of asp.net mvc3? Here's a fiddle to demostrate it. My Hmtl <div ...
0
votes
2answers
156 views

How do I stop this CSS banner from overflowing when duplicated?

On this page, I've built a CSS Ribbon header that has text/ icons set in the background. The sets will be duplicated down the page, The banner works perfect on just one set, but after I try to create ...
0
votes
1answer
126 views

CSS ribbon breaks in firefox

I created a ribbon for a H1 title tag. Everything seems to work fine in Chrome, Safari, and IE9, but for some reason it breaks in Firefox. Here's a screenshot of how it looks in Firefox: Here's my ...
0
votes
1answer
18 views

Issue with certain content moving into fixed header

I have a fixed header and footer and when I added an element such as a ribbon for a div header part of the ribbon spills into the header but not the footer. The element in question can be found at: ...
0
votes
1answer
99 views

Ribbon heading without extending scrolling area

I'm implementing a simple ribbon-like heading that extends off the content area (both left and right) displaying a 3d effect with an image background (no css3 tricks). I tried floating, negative ...
0
votes
1answer
134 views

Trouble with ribbons using divs - navigation menu

I'm using this HTML: <div id="navleft"></div> <nav id="nav"> </nav> <div id="navright"></div> And this CSS: #navleft { background:url('./images/navleft.png'); ...
0
votes
1answer
115 views

CSS expand element vertically and move pseudo element

On a website I am creating I have a navigational bar across the top of the page which I want to expand/animate vertically when hovered on. I am also using the :after pseudo element to create a ribbon ...
0
votes
1answer
118 views

css ribbon attaches itself to the wrong div

Straight to the point. The CSS ribbon is supposed to attach itself to the right sidebar div, but it keeps attaching itself to the left one for reasons unknown to me. I've tried pretty much everything ...

1 2
15 30 50 per page