Hi, when I use the asp:Menu the popoutimage is by default enable, I know I can disable it, but I kind of like it. The thing is I modified my background & foreground of the menu and so the popoutimage arrow is blended in the background. Is there a way to change the settings of this? And how should I go about?
Is there maybe a CSS tag I could…
I recently started serving static assets (mainly images) from an asset host for my Rails project.
A small portion of my images are not being served from the asset host because they are displayed using the CSS background-image property rather than image_tag
Is there are clean workaround for this? I'd rather not create a "stylesheets"…
Hello All!
I used sliding doors technique, explained here:
http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html
With only one exception, that I decided to add one more image for "hover" effect.
My code works well for all browsers, except IE8 (and maybe earlier versions).
a.submit-button:active and…
For example I have a css style like this :
input.validation-passed {border: 1px solid #00CC00; color : #000;}
The javascript validation framework I use will inject every input tag with a class="validation-passed" .For the elements like <input type='text' /> ... , this is ok , but for <input type='button' /> , I…
I'm using this plugin for PDF generation in CI.
It does a super job of converting a page to PDF!
Do you guys know of any other plugins similar to this?
I really want a script that will include css style. This one doesn't.
Thanks!
Is there an active/solid cross browser css framework on par with blueprint/yui/960 that supports percent based liquid layouts?
I've seen Emtastic, but it doesn't look like it's been active for about a year.
I'm having quite a challenge creating an appropriate rewrite rule for Apache/2.2.14 on Fedora 10. I'm working through the CodeIgniter-Doctrine tutorial which uses an .htaccess file. (Search for Removing “index.php” from CodeIgniter urls about 10% down.) But since that's not recommended for a production server, I'm trying to…
Hey everyone,
I have CSS and HTML that I will be converting into PDF. I want to specify a header on each page that, in the PDF, will repeat on each new page.
I know that I can use THEAD to specify the header, however, is there a free html-to-pdf converter that will respect the THEAD tag?
If not, are there any alternatives?…
Could anybody tell me with the pseudo class :active from css only works in IE7?
You can check my code on the following web page.
www.ercesar.com
Thnaks in advance.
Cesar.
Im trying to add jquery grid to my site. (codeigniter php)
It loads the data just fine but the grid ends up looking awful.. I dont know much about css....
heres an image of what Im getting
Looking for a Firefox 3 CSS hack that doesn't inherit in Firefox 3.6.
html>/**/body .blockmeta .date-ui, x:-moz-any-link, x:default {
border:1px solid #ccc;
border-bottom:2px solid #ccc;
background:#f2f2f2;
margin-top:-1px;
}
The code above seems to also work in Firefox 3.6 which is…
Is there a way in CSS to set the width of any element to equal the width of its parentNode? I tried 'inherit' - sounds logic - but it didn't work.
Thanks in advance.
Hi All,
I'm using Blueprint as my CSS framework in my rails project. But currently i'm having a problem as when i created a link
it shows both the link and display text in the web page
Ex : say i have
'go to google'
in my web page (view) it shows both
"go to google (http://www.google.com)" where as i want to…
i have to fix the header in a gridview and i use this in style Class
<style type="text/css">
.gridFixedHeader
{
background-color:white;
position:relative;
top:expression(GridView1.offsetParent.scrollTop-2);
}
</style>
but i get an error that expression(GridView1.offsetParent.scrollTop-2);is not…
Basically, I am building a horizontal navigation bar. I have following markup:
<ui:style src="../common.css" type="client.resources.HomeResources.Style">
@external gwt-Anchor;
.gwt-Anchor {
text-decoration: none;
}
</ui:style>
<g:HTMLPanel styleName="navbar">
…
What is wrong with this and how could I fix it. I have css menu (horizontal) that I want the background and font to be changed when one of the items is selected. I found another post that gave me some jquery code to help make it work, and I thought I had it coded right, but when I click on an item…
Hey guys, I'm solving one task and I need to create a piece of CSS what would apply only in Safari, NOT the other WebKit browser (mustn't apply in Chrome, f.e.). Please, could anyone toss in some ideas?
Quick question: what is the (full) valid / allowed charset for id and class CSS identifiers?
Is there a regular expression that I can use to validate against? Is it browser agnostic?
I've run into a small problem with the semi-new KML Overlay functionality with Google Maps API v3, wherein while I am able to use "suppressInfoWindows: true;", the cursor still appears as though the overlay(s) are clickable.
Is there a way at this time to change the css on the overlay(s)…
Hi i have used the jquery cycle plugin to create multiple simple sliding galleries. In Chrome/Safair on Mac the browser is not loading the images.
Here is the link
the js i am using is here, although it could be a css issue..? I am struggling to find the real problem.
…
I have a navcontainer with buttons in the container. I need to make a dropdown list for only one of the buttons. How would this be accomplished with CSS/HTML. Here is my code:
HTML:
<div id="navcontainer">
<a href="/home.html" class="button"…
Hallo all.
I need a tool similar to firebug with ie6 to edit css live.
I tried to use ie developer toolbar but in ie6 seems not to let you edit the DOM as wanted.
Is there any tool around?
Kind regards
Massimo Ugues