| Thread | Last Post | Replies |
|
| display: inline for blocks | 30 Sep 2005 22:24 GMT | 1 |
I have a number of blocks of content (product items) that I want to wrap naturally at the end of the line. float: left has the unhappy habbit of stacking up where the lowest extending block is. I know there is a relatively new CSS property that does display: inline for blocks, ...
|
| Possible to use two CSS files for one page? | 30 Sep 2005 05:03 GMT | 4 |
I'd like to have a CSS file for everything that's common to my site, and other CSS files that are specific to certain pages or groups of pages. When a page loads, it would load in BOTH the General CSS and the specific CSS file for that page. As long as none of the selector names
|
| Firefox chokes on this CSS | 30 Sep 2005 04:12 GMT | 1 |
I've got a problem here that's simply getting on my nerves. I have a horizontal menu (styled as per below with floated li's) but Firefox seems to be struggling with it. My theory is that the XHTML code that's generating the page is causing
|
| Lining up with page edge. | 28 Sep 2005 21:12 GMT | 2 |
in a web page http://jim.com/econ/chap01p1.html I want the first link, pointing to the previous page in the presentation to line up with left hand edge of the page, and the last
|
| Overriding generated content inserted via the :before pseudo element | 28 Sep 2005 11:19 GMT | 5 |
http://homepage.ntlworld.com/spartanicus/temp3.htm p:before{content:"foo"} p:before{content:none} <p>bar</p>
|
| Cheezy barcharts? How to make coloured inline blocks? | 27 Sep 2005 22:12 GMT | 1 |
I've just been playing this afternoon with adding a cheezy barchart to an existing database report. The report shows weekly movement in orders - losses vs new orders. The chart would look like ----|++++++
|
| Backgrounds | 27 Sep 2005 17:04 GMT | 5 |
Is there a way to "layer" background color over a backgoround image using CSS?
|
| Confused | 27 Sep 2005 15:19 GMT | 8 |
I created a seperate .css file to control to html pages. It works for one page, but not the other? Could anyone tell me a possible reason for this? I made sure the <link rel="stylesheet" href="webstyle.css">
|
| Comments on new design idea | 27 Sep 2005 13:37 GMT | 4 |
This is just a personal photo site I've been cobbling together in my spare time. It's still very much unfinished. Once you get away from the home page youll see a navigation panel on the side. My intention is to have different looks for that panel, but I've only done it on
|
| Help with vertical align in css | 27 Sep 2005 12:38 GMT | 14 |
I have a menu which is done using background graphic rollovers. Its is in a table at the moment. The problem i have is that the text does not align centre whatever i do.
|
| "Font-variant: Normal" won't take effect | 26 Sep 2005 22:55 GMT | 2 |
If you look at http://www.trimboli.name/klingon/, you'll see that the headers on the page are displayed in small-caps. Usually, this is desired. However, the header "may'vaD ghuHmoH QoQ"* is surrounded by <span lang="tlh"> ("tlh" for "tlhIngan Hol"), and I have put a
|
| Float and position: relative makes link unclickable | 26 Sep 2005 21:07 GMT | 2 |
I'm unsure if this is the intended behavaiour or a bug in Firefox, but if I do <div style="float: right"><a href="#">A link</a></div> <h1 style="position: relative">A title</h1>
|
| Making two elements equal height (one of them floating) | 26 Sep 2005 18:38 GMT | 1 |
I want to have two elements have an equal height, with that height being the larger of the two (with dynamic content). In one case they are just side by side so I want them to look even and in another case I want a border between them.
|
| CSS IE Firefox Border Problem | 26 Sep 2005 15:45 GMT | 1 |
smokeyd Sep 26, 2:12 pm show options Newsgroups: alt.html From: "smokeyd" <tom_bur...@umbro.co.uk> - Find messages by this author Date: 26 Sep 2005 06:12:11 -0700
|
| Help with floats... | 26 Sep 2005 12:46 GMT | 2 |
I am trying replace TABLES with CSS in a program which generates HTML. But I can't figure out how to do what I want. With stylesheets: http://kowallek.myiglou.com/temp/I2391.htm Stylesheet: http://kowallek.myiglou.com/temp/lrw.css
|