| Thread | Last Post | Replies |
|
| CSS autosize height | 31 Jul 2004 12:29 GMT | 2 |
I would like to setup my website so that, when viewed in any browser, the page content "expands" to fill the entire height of the window in much the same way that it does with width. Can anyone help me with this?
|
| How to specify color to match a:link { color: ... } | 30 Jul 2004 21:55 GMT | 1 |
I want to specify the color of certain style sheet element (say p.foo) to match the color of (unvisited) hyperlinks: p.foo { color: ??? } What should I replace ??? with to ensure that the color of p.foo
|
| How do I compensate for font size? | 30 Jul 2004 20:30 GMT | 4 |
I have this in a html <div id="fltUp" align="center"><font size="3+" id="fntStop">Howdy</font></div> Now in JavaScript I can read fltUp.innerText.length. But if the size of the font changes fltUp.innerText.length does not. How can I compensate the width of Howdy when the font ...
|
| Stop text wrapping around image | 30 Jul 2004 17:07 GMT | 2 |
I have the following code in a webpage: <p><img src="images/clydesdale.gif" width="100" height="41" style="float: left;" /> <strong>Test</strong><br />
|
| formating table transparent | 30 Jul 2004 14:24 GMT | 1 |
i have the following problem: in the css file i format the <td> background of a <table> default as red: td { background-color : #FF0000;}
|
| any way to ignore span=style | 30 Jul 2004 09:08 GMT | 3 |
This is a strange question, and I think the answer is NO, but I am asking anyway. I am a member of a website which allows us to alter our member profiles. Using css in the middle of the profile area allows one to
|
| <ul> list item bullet colors | 29 Jul 2004 23:23 GMT | 7 |
Is there anyway to have the bullet color of a <li> be a different color than the text without using an image? dp
|
| Drop cap with IE | 29 Jul 2004 17:26 GMT | 10 |
I'll try this question again: I have a drop cap that works fine under galeon, mozila, opera, but does not show up under IE. #intro:first-letter { margin-top: -0.1em;
|
| Overlapping divs, scrolling and fragment anchors | 29 Jul 2004 12:39 GMT | 2 |
I'm looking for some advice here. Using a browser that supports fixed positioning (not IE), take a look at: http://tranchant.plus.com/guitar/chord-tutorial/ The page consists of a fixed header and menu, with scrolling content.
|
| Nested boxes problem | 29 Jul 2004 04:32 GMT | 9 |
Here's what I am trying to do: (Names represent CSS classes.) I want to create a photo gallery. I want the entire gallery to be surrounded by a box named PhotoGallery. I want a fluid placement of
|
| Getting help from CIWAS: help us to help you | 28 Jul 2004 23:27 GMT | 3 |
How to get help from this group, and how to construct a minimised test case: http://www.spartanicus.utvinternet.ie/help_us_help_you.htm
 Signature Spartanicus
|
| Newbie question concerning colored text | 28 Jul 2004 13:30 GMT | 5 |
Hi, Hope my net ettiquete is approproate. I'm just beginning a study of CSS1. I've purchased Eric Meyer's book (the old one, "Cascading Style Sheets, the Definitive Guide" Anyway, I'm very perplexed. I cannot seem to get colored text to
|
| five divs | 28 Jul 2004 03:17 GMT | 6 |
I have some pages which are close to pixel perfect in Win/IE6 in quircks mode with text-size set to "smaller", but not at all on other systems. In Mozilla clicking a link scrolls the page to the top before a second click loads the link. On a Mac the page is only gray :-(.
|
| Welcome to comp.infosystems.www.authoring.stylesheets, this is our newsgroup FAQ v2.00 | 27 Jul 2004 23:41 GMT | 1 |
Archive-name: www/stylesheets/newsgroup-faq Posting-Frequency: once a week Last-modified: 2004-07-26 Version: 2.00
|
| Regarding: does a floated element require a fixed width to work? | 27 Jul 2004 21:40 GMT | 12 |
>>does a floated element require a fixed width to work? >It does if the UA adheres to CSS 2.0 rules, not if it adheres to CSS 2.1
>float rules (or if it's IE). |