| Thread | Last Post | Replies |
|
| IE7 Standards and Bugs | 31 Jul 2005 19:20 GMT | 3 |
People who hate Microsoft simply because it *is* Microsoft can skip this but people who hate MS for producing such a crappy browser might be interested in <http://blogs.msdn.com/ie/archive/2005/07/29/445242.aspx>
|
| View without stylesheets | 31 Jul 2005 06:28 GMT | 6 |
To view a web page without stylesheets and without images (but with ALT texts), you might use Google's cached version. Example: http://www.google.com/search?q=cache:www.w3.org&strip=1
|
| Another IE quirk | 30 Jul 2005 19:07 GMT | 2 |
I have just finished a small web site for a local church, which is at: http://www.whitton-stmarys.org.uk stylesheet at http://www.whitton-stmarys.org.uk/whitton.css It all validates and looks fine in Firefox and Opera, but I have
|
| Opera 8 bug - please confirm | 30 Jul 2005 17:17 GMT | 7 |
See <http://santek.no-ip.org/~st/tests/CSS/Opera/align.php>. Would appreciate confirmation that this is a bug in Opera, not my mistake.
|
| Strange color-bar where it shoudn't be in IE6 | 30 Jul 2005 11:07 GMT | 2 |
On the page: http://nieuw.meijer-siegers.nl/boeken/boeken.htm all looks fine, but when I scroll the header "Romans" of the screen and then back again, there appears a green bar right under "Romans". Why is this and can it be fixed? None of this happens in Firefox and Opera. TIA,
|
| position:absolute relative to parent or to window? | 29 Jul 2005 22:15 GMT | 6 |
as I understand the specs http://www.w3.org/TR/CSS21/visuren.html#x19 an absolute positioned block element is positioned relative to its parent element. This is told in the german selfhtml reference, too: http://de.selfhtml.org/navigation/css.htm#positionierung
|
| How to set column width of a table in ccs | 29 Jul 2005 21:27 GMT | 5 |
Dear readers, Can anyone explain how to set column width of a table in ccs. I use the following style in an external stylesheet: table.tbl { table-layout:fixed; border-top: 5px solid #333; border-collapse:
|
| newbee need some info | 29 Jul 2005 09:08 GMT | 3 |
I have bought the book 'Zen of CSS Design' but need some basic tips or links to start me off. I only have basic knowledge where I have set up styles in dreamwever like this
|
| Hover images truncated in Opera | 29 Jul 2005 01:59 GMT | 7 |
I´m trying to implement a:hover popup images like Eric Meyer did at <http://meyerweb.com/eric/css/edge/popups/demo2.html>. My latest take is at <http://www.cafecopan.com/dev/20050612/index.en.html>. Mozilla 1.6 and even MSIE 6.0 display as intended: upon hovering over the text on ...
|
| CSS capable browser with no frame support | 28 Jul 2005 08:57 GMT | 2 |
Dear readers, Could you please advice a CSS capable browser with no frame support that runs on WinXP. Tia, Jean.
|
| Placing child element relative to parent with div | 28 Jul 2005 03:59 GMT | 2 |
Given the following in a stylesheet: #parent { width: 50px;
|
| Another IE vs Mozilla problem (simple fix?) | 27 Jul 2005 23:38 GMT | 5 |
Having a hard time getting a navigation bar looking the same in IE and Firefox. The test html file: http://jonathanwayne.com/navbar/testnav.html Main style sheet: http://jonathanwayne.com/navbar/testnav.css
|
| IE position:fixed; hack doesn't like 4.01 strict DOCTYPE? | 27 Jul 2005 01:54 GMT | 4 |
Trying to get this hack to run in IE6. But it seems that it works for me only if there is no doctype. Is this the case? If not, then can someone tell me, please, how I've screwed up the styling?
|
| nested lists | 26 Jul 2005 20:57 GMT | 4 |
I want to make nested lists like <ul id="nested"> <li>level1 item</li> <ul>
|
| vertical align images in div | 26 Jul 2005 09:40 GMT | 14 |
From what I read, aligning images vertically in a div is not easy. It proofed too difficult for me: I tried to align the "control buttons" on the right hand side of the main nav bar by vertically alignign the container div (#playPanel)to
|