| Thread | Last Post | Replies |
|
| Unexplainable margin | 15 Jul 2008 23:45 GMT | 3 |
at a very simple page I've encountered a problem I cannot explain. http://projects.mooselook.de/landing_page/ Where does the empty space between the line and logo come from??? IE7 always displays the empty space.
|
| float question | 15 Jul 2008 23:43 GMT | 2 |
I have a couple of buttons that I want to put on the right side of the page or a div. I used style="float:right" for the image buttons (asp.net page). It works fine except that I cannot put any spces between them. I tried to
|
| Remove white block from the right side of a page | 15 Jul 2008 03:38 GMT | 1 |
I tried to integrate rounded borders in a phpBB3 style, prosilver. So far I've been successful except, I cannot remove a vertical white block from the right side of the page(most probably determined by a padding: element). Can anyone please look into this : http://animorphsfanforum ...
|
| IE 7 - strict - table bug | 15 Jul 2008 03:37 GMT | 1 |
I have a simple bug that defies my ability to find a work around. In IE7 strict-mode, if you have a table with width 100% in a DIV block.. the content will appear UNDER the div's scrollbar. If you switch to quirks-mode the problem goes away - meaning the table width adjusts to
|
| expression | 15 Jul 2008 00:18 GMT | 2 |
How can I write this correctly? a:hover { expression(selfTimer()); }
|
| Overlapping borders around kbd | 15 Jul 2008 00:14 GMT | 5 |
At this website: http://tcl.sfs.uni-tuebingen.de/~hendrik/keyboard.shtml, just below the section ‘Sample .xmodmap file’, you see some keys which are modeled with <kbd>. The border looks nice in isolation, but as you can see, it
|
| Help needed getting IE to behave | 11 Jul 2008 14:36 GMT | 4 |
Hi all, http://htmlgems.com/example/ex2b.html is the example page. Can someone please tell me why it causes IE to lock up using 100% of the CPU, when viewed in a screen less than 700px wide?
|
| Number of problems placing SPANs and DIVs in website | 10 Jul 2008 23:36 GMT | 6 |
I'm trying to program a church web site and I'm having a number of problems with the layout. The html is at http://www.altmarvel.net/Liam/index.html and the css is at http://www.altmarvel.net/Liam/OCOC.css.
|
| using CSS instead of tables | 09 Jul 2008 07:13 GMT | 5 |
I'm trying to use CSS rather than a table. I've got content that I would normally place in a 3-col, 1 row table. Instead, I wanted to place each into its own <div> and use css to move them next to one another. Here's what I've tried so far:
|
| "Kapok" method: 3-col liquid | 08 Jul 2008 19:03 GMT | 1 |
Here's a (new?) variation on using negative margins to get a three- column layout - I've used the example HTML from A List Apart's article by Alan Pearce: http://alistapart.com/articles/multicolumnlayouts
|
| Multiple selectors in rule | 08 Jul 2008 17:30 GMT | 5 |
I've tried to do this but it does not work. table.anmeldung > tr + td { font-weight:bold; } I'm looking for an easy way to bolden the left column in this table: http://www.kunstwerk-jena.de/sommer_anm.html
|
| need help with CSS layout ... see code | 08 Jul 2008 07:50 GMT | 9 |
Ok, I did spend tons of time now (as a beginner in css stylecoding) (but making html pags for many years), to get this right. But I am overseeing something.
|
| Adapt width of DIV to content | 08 Jul 2008 03:18 GMT | 6 |
I have a HTML table which width will vary (since it's dynamically built). Above the table I want to align a select box with the table's right edge. A simple solution is to add an extra row (and use colspan) and put the
|
| avoiding a one row table | 08 Jul 2008 03:08 GMT | 2 |
I'm trying to learn how to use CSS rather than burdening my code with lots of tables. I've got content that I would normally place in a one row, 3 column table. How to I do this using css instead? The following doesn't work
|
| Major problems with CSS layouts using DIVs and SPANs | 08 Jul 2008 03:01 GMT | 2 |
This will be my third time posting this, but for some reason, my message isn't get through to the newsgroup, even after hours of waiting. So here goes again. I'm having huge problems with a site I'm creating for a church. I'm
|