css

Firefox navigation issue. fine in IE and Chrome, random scrollbars.

I have no idea why, but for some reason the top navigation at http://www.wilwaldon.com/crossing/badnav.html creates scroll bars in Firefox 3.6 when you click one of the links. It works fine in IE and Chrome. I've tried everything and can't find a solution for this. Any help would be greatly appreciated. Thank you in advance. ...

Simple question about extending divs in CSS

Hi, i have this page. login: fer password: m Note: after login you will be redirected to another page. Then click again the link i mention. Is there any way to extend the red div to the blue div? Ciao Javi ...

Table colspan span all columns regardless of # of columns

I'm creating a table in an asp.net code behind dynamically, and I want to have a footer row that only has 2 cells. The first should span all the columns in the table-1. Is there some way other then keeping track of the # of columns in the table manually for me to set the colspan to be # of all the columns in the table-1? Preferably a HT...

How can I reference a nested component via CSS in Flex 3?

Using CSS, how would I reference the Button component? FWIW, I'm using Flex 3.x SDK. <mx:HBox id="myHBox" styleName="myHBox"> <mx:Button label="Test"/> </mx:HBox> ...

JQuery Positioning Problem

Hello, I have been trying to create a menu panel with JQuery that can be seen here by clicking the Preview button on top: http://jsbin.com/amexi/edit Problem: If you hover over Link Two or Link Three, the black panel comes perfectly replacing the respective blue link, however if you hover the Link One, the black panel comes little be...

jQuery Background Canvas transparency

Hi. I'm using the jQuery Background Canvas plugin and have created a DIV with rounded corners and a gradient effect. However, I'm unable to get the transparency to work. What am I doing wrong? Here's the JavaScript: $(document).ready(function() { $(".Test").backgroundCanvas(); $(".Test").makeElementTransparent("#CECFCE"); $(".Test").bac...

[solved] PHP-called hyperlink stopped showing when CSS table implemented

EDIT: Solved - was not flutter's tag stripping, should work as advertised. I'm using Flutter (which creates custom fields) in Wordpress to display profile information entered as a Post. Before I implemented the CSS tables the link showed up and was clickable. Now I get nothing returned, even when I try to call the link outside the table...

Which is the preferred non-grid based CSS framework?

Which is the preferred non-grid based CSS framework? for a start-up of any project. I want to use a framewrk to save time but without using grid approach. because i don't make design . i work with different proportions. ...

Images with rounded corners

How do sites like these get to display images with rounded corners? I checked with Firebug that the image being downloaded has sharp corners but the image being displayed has been modified somehow. EDIT: I am referring to the rounded thumbnail pictures seen in the "Featured" articles section on the site mentioned. ...

How do I create a horizontal floating div that is always on the bottom of the page, no matter how the user scrolls?

I just want that horizontal div (about 50 pixels tall) that span across the entire bottom of the page always. How? ...

Anybody know a way to use CSS text-overflow on text that's wrapping?

Does anybody know of a way to use {text-overflow: ellipsis;} on a piece of text that's wrapping to a second line? Adding {whitespace: nowrap;} makes text-overflow work, but I need the text to wrap so I really can't use that. ...

Inline style being ignored

I have a fairly simple cell in a table with an inline style: <td style="text-align: right;"> Current Status: </td> And the text-align-right is being ignored, both in Firefox and Opera. I used Firefox's "firebug", and it shows me <td style=""> for this. Any idea what could be going on? I thought that an inline style specified this w...

Multi Row Tables Always Vertically Center Content

I'v basically got a table with 2 rows and it looks like this: --------- | | | | | | | | | |-------- My problem is that the second row auto centers vertically like this: |hey| | |hey|hey| |hey| | |-------- How so right now I'm adding paragraphs until it just becomes the size of the other: |hey|hey| |hey| | |hey| ...

Blogger issue with custom background images on Chrome and Safari

This is weird, the site in question is blog.andrebatista.info and it is a hosted at blogger.com. I'm trying to make the blogger template look the same as the one in my main website, www.andrebatista.info. For some reason if I go directly to the blog address Chrome and Safari fail to display all of my background images... all of them. H...

Is there a JQuery plugin for this?

I am currently using YUI datatable, but it is buggy: http://developer.yahoo.com/yui/datatable/ Is there another similar plugin that can do this , in JQuery? ...

CSS Layout not working in IE7 (all other browsers are fine)

I'm working on a project whereby the University has full control over the source code (Drupal) and all I can do is CSS Overrides in the theme area. The problem that I'm having is that the header is not staying where it is supposed to in IE7. IE8 along with Firefox, Chrome, and Safari work exactly as expected. Here is my CSS Overrides ...

How to make an element strech to the same height as the content within it?

The header div's height will not stretch vertically to fit the content within it unless I specify a height for it or unless I stick one of these: <div style="clear:both"></div> before the header div's closing tag. <style type="text/css"> #header { border: 1px solid green; } </style> <div id="header"> <span...

Why are these divs overlapping?

I putting wmd on my website. After putting code in and giving it a spin i see this image below. How can i make the preview div not overlap with the textarea? -edit- the black is the css background of div wmd-preview some html <div id="wmd-editor" class="wmd-panel"><div id="wmd-button-bar"></div> <textarea id="wmd-input" name="body" ro...

How do I set a block of text to drop to a new line all at once?

I feel like there's a simple solution to this, but I'm not really sure how to phrase it in a search, so here we go... I have a forum-like display that shows a block of text with a user image, user name, and time stamp appended to the end of the text. Many times, part of the appended section gets dropped to a new line. This is especially...

In how many ways and places we can place comment in CSS?

In how many ways and places we can place comment in CSS? Can placement of comment can creat any problem in css rendering and validation? How to show comment in Firebug? How to write good comment for big and small changes in CSS How to CSS readable, clear from comment for easier management ...