| Thread | Last Post | Replies |
|
| Horizontal list with no wrapping | 28 Feb 2006 20:11 GMT | 8 |
I am trying to prevent a horizontal list from wrapping. Each list item is floated with "float: left". Currently I use an ugly hack. I set the width of the list to a large number which is guananteed greater than the total width of all items.
|
| Double text align in a table cell | 28 Feb 2006 18:52 GMT | 4 |
I have a table cell in which one line of text is broken and aligned separately (you know, telephone book-style). Inside the cell, the left piece of text should remain at the left while the text on the right should be aligned to the right.
|
| keeping div aligned to bottom of window on page scroll | 28 Feb 2006 15:35 GMT | 3 |
I'm looking for a way to keep a footer menu attached to the bottom of the browser window, overlapping other content if the page height exceeds the browser window's height. so far, I've com up with:
|
| Weird behavior | 28 Feb 2006 15:31 GMT | 1 |
Anybody had problems with IE6.0.2900.2180 sp2 on XP pro ? A div which was h-centered (margin-left:auto; margin-right:auto) now doesn't center anymore. It's centered in FF, Opera on the same machine than IE and in
|
| How do I tell FIREFOX to open a file | 28 Feb 2006 13:25 GMT | 8 |
Hi, I am invoking Firefox, and for testing IE, from my VB program. The instruction are of this kind: Process.Start("IExplore.exe", Parameter) Process.Start("Firefox.exe", Parameter)
|
| Lists with CSS | 27 Feb 2006 20:06 GMT | 6 |
Posted this over in alt.html.css (no response) and alt.internet.search-engines (those fine folks suggested I post it here) and am wondering if someone here might be able to help. I have Googled and come close (and browsed the recent topics here) but not
|
| Beginner CSS question | 27 Feb 2006 18:45 GMT | 6 |
Is it possible to create the following layout in CSS: -------------------------------------------------
| | -------------------------------------------------
|
| Firefox & IE6 render differently | 27 Feb 2006 18:16 GMT | 8 |
Some help would be appreciated, I'm a little new at this & I've run out of ideas to fix it. This web page: http://www.stevenson-central.com/servos/servos.shtml when viewed in Firefox looks fine. When in IE6 however the two input boxes for
|
| aligning text to image | 27 Feb 2006 17:21 GMT | 6 |
Dear NG-readers, I want to align text right to an image. The last line of text should align with the bottom edge of the image. Unfortunately, the results using my poor CSS knowledge mounted in text which starts at the bottom
|
| Image Alignment Issue | 27 Feb 2006 03:08 GMT | 8 |
I am hopeful that someone can quickly solve my image alignment issue when things are just not going right and where my attempts to solve this alignment issue have all failed. First of all take a look here...
|
| font: menu? | 27 Feb 2006 02:00 GMT | 2 |
In reviewing an off-the-shelf Web-browser-based application, I found the following font setting in several places among the default CSS files: font: menu; I can't imagine the designers thought that anyone would have a font
|
| 2 lists: 1 left aligned and 1 right aligned on same line | 26 Feb 2006 22:26 GMT | 19 |
Why doesn't this work in Firefox but is perfect in IE6? In IE6, the text is on the same line but in Firefox, the left aligned text is on the line above the right aligned text. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
| <li> height is to big | 26 Feb 2006 21:51 GMT | 32 |
I am using <li> tags for my menu. <ul> <li>item 1</li> <li>item 2</li>
|
| Firefox & IE - again | 26 Feb 2006 15:50 GMT | 2 |
I'm stuck again I'm afraid, if you'd be kind enough to take a look at this page: http://www.stevenson-central.com/servos/contact.shtml the css is here: http://www.stevenson-central.com/servos/css/style.css You'll notice a whole bunch of "Text..." in the right hand <div> Originally ...
|
| text horizontal alignment | 26 Feb 2006 00:32 GMT | 4 |
I would like to left align the text within a paragraph element while keeping the paragraph center aligned within the body. The following doesn't do it.
|