| Thread | Last Post | Replies |
|
| List being cut off in IE6 | 30 Sep 2004 22:52 GMT | 5 |
I'm having a strange problem... I have a table where the rows alternate white/gray. The gray row is set with a class where 'background-color: #ccc'. Each row has a cell with a list in it. The strange thing is, in the rows where the class is used
|
| Absolute positioning a box to a specific distance from left and right side of the page | 30 Sep 2004 20:44 GMT | 7 |
Following works in Mozilla, Opera and IE. <div style=" left: 100px; right: 200px;
|
| Separate text alignment within list item (<li>) | 30 Sep 2004 19:33 GMT | 3 |
Problem: A list contained in a div contains several items that are made of two parts: itemName and itemValue. ie:
|
| Centering an UL with images | 30 Sep 2004 13:56 GMT | 1 |
I'm trying to center horizontally the thumbnails at the top of the following page: http://project.fotografist.com/photos.php?p_idgal=1 Like the image at the center. I've tried different CSS things on
|
| Ie's Expanding Widths | 30 Sep 2004 12:25 GMT | 5 |
What ho, CIWASians! I've got a really annoying issue, and I can't see a way around it. What I want to achieve is a block floated left containing a header and an image. The block should be at least a specified width. The header should
|
| CSS vs. Tables - When Tables win | 30 Sep 2004 08:18 GMT | 1 |
I've been working on a 3-column layout where the center column is of a fixed width (230px wide). The center column must always be 230px and the columns on the right/left (always the same size as eachother) must always take up the remaining width of the browser.
|
| a:hover in Firefox VS MSIE | 30 Sep 2004 07:00 GMT | 3 |
I got a problem with MSIE, using the below CSS... MSIE won't obey my sheet, whereas Firefox does it exactly right. Anyone knows an solution/explanation..? .border1 {
|
| Screen vs. print | 30 Sep 2004 03:18 GMT | 12 |
Is there a good how-to and/or example of a simple way to have a web page look decent on both screen (in most browsers) and in print? The example in the W3C CSS manual does NOT do it.
|
| To change automatically the text size | 29 Sep 2004 19:43 GMT | 6 |
Hi at all, how can I do to make a css file to change automatically the text size of the text that is into a table relatively the screen size? I.E. if the screen is 800 x I want the text size=10pt but if it is 1024 I
|
| Minimum div height to preserve background image | 29 Sep 2004 08:12 GMT | 5 |
I have a div with a background image. The height of the div needs to stretch to accomodate any changes of internal content, but needs to remain at least 400px so that the background image is showing at all times. I can't set the height to 400px, because it will prevent any of
|
| Weird Link color... | 28 Sep 2004 01:44 GMT | 2 |
I have a test/mock-up page here: http://mathxy.com/dev/index.htm and I've set one link on the dark-blue menu bar the "Home" link that comes first
|
| Setting the colors of the scrollbars | 27 Sep 2004 19:15 GMT | 6 |
I should like to define the colors of the scrollbars for divs with overflows set to auto. I have a design with black background and white text. Now the scrollbars do not look very nice and I should like to have them some sort of dark grey or so. Where and how do I define these ...
|
| is it possible to.... | 27 Sep 2004 08:28 GMT | 4 |
Emulate frames behaviour I woul like to have 3 divs: top: is the header and it should be always visible left: is the menu and it should be always visible
|
| ? Scalable layout with sections | 26 Sep 2004 23:16 GMT | 10 |
I need help redesigning my website. I want to have a header, contents bar, main content, and footer. I want the whole thing to be static, that is, I want all sections to be visible at all times with the main content section being scrollable. Like this:
|
| calculation with padding | 26 Sep 2004 17:31 GMT | 1 |
Can someone explain me how I can do calculations with padding. I have something like elt.style.padding = "6px"; Now I want to calculate the size for a containing element. Something like: container.style.width = 100 + (2 * elt.style.padding) + ""px";
|