| Thread | Last Post | Replies |
|
| DIV and UL: two different blocks in IE ? | 31 Jul 2003 23:25 GMT | 5 |
I am new to CSS (and web technologies in general) and trying to do some basic stuff with it. For example, I'd like to position a block element centered in a page: the text inside this block should be also centered. Here is what I tried:
|
| Forms tutorial? | 31 Jul 2003 21:08 GMT | 8 |
I'm looking for a CSS-focused tutorial on laying out forms -- AFAICT the ones from www.allmyfaqs.com are HTML-only. If the tutorial is geared toward the Windows-enslaved, so much the better. Is it "cheating" to say, "the form data is going into a database, so it
|
| netscape chops off my b's | 31 Jul 2003 04:21 GMT | 17 |
Why does netscape chop off the bottom of the b's in this example (see below) ? It seems to work fine in ie ? NOTE: My main goal is to be able to use 8 point text in my input fields.
|
| hmmm - vertical lines a bit big - little help if you can please | 31 Jul 2003 01:30 GMT | 1 |
I was happily working away on this site offline (checking only in IE - it was open you see!), when I looked in firebird and saw a mistake. I opened Mozilla 1.4 to double check and it was there. Have a look here:
|
| valign equivalent | 30 Jul 2003 17:31 GMT | 3 |
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> Hello group. <p>Is there a css equivalent for the valign attribute?
|
| Dynamically position DIV in Netscape 6 & 7?? | 30 Jul 2003 16:06 GMT | 1 |
I found a great script that lets me create and position a DIV element as if it were a popup. It works great in IE 5.x and above and Netscape 4.7x, but it doesn't work in Netscape 6 or 7. Specifically, in NS 6 and 7, it creates the 'popup' in the upper left corner but
|
| Is there a "target=_blank" alternative in css ? | 30 Jul 2003 03:33 GMT | 60 |
Hi group I am in the process of developing a website in XHTML Strict and CSS. Is there a way to open a link in a new window without the use of frames or Javascript or something ? I didn't find a way ...
|
| styles for different input fields | 29 Jul 2003 22:58 GMT | 3 |
Suppose I want one set of styles for text input and another set of styles for checkbox input. I start with code like this: <input type=text>
|
| Strange Positioning Problem | 29 Jul 2003 20:13 GMT | 3 |
I just created a web site "template" using CSS and upon templating the content pages, a very strange positioning problem arises. Both pages use the same stylesheet, yet one page has a left border or margin of approx 1cm, so everything is shifted to the right. On the
|
| scroll bar style | 29 Jul 2003 18:37 GMT | 2 |
I have a DIV that uses a scroll bar when needed (so in my style sheet I just do: div { overflow: auto; }) I want to control how that scroll bar looks instead of its default -- is there a way to do that.
|
| resizing DIV | 29 Jul 2003 18:20 GMT | 4 |
I've created a style for a div that is set to a specific height. My question is that if the content in this div is larger will it resize to fit the new content? Thank you
|
| "Growing" a Region - dont think first one went thru | 29 Jul 2003 14:23 GMT | 12 |
**I apologize for posting this again. I dont think my first one went thru** I am in the process of converting a table based website over to a CSS based website and I am having a problem.
|
| Who uses DOCTYPE, and who doesn't | 29 Jul 2003 13:39 GMT | 17 |
(bad developer! no biscuit!) Hello gang, I'm a newbie here and to CSS, though I've been hacking around in HTML for a bit. One of the ways I've been learning CSS is by wending through AListApart. Looking through their back issues, I read
|
| Sitecheck, please: Safari hates complicated css? | 29 Jul 2003 11:10 GMT | 7 |
I'm making a complicated css based site (CMS) without tables (because of Accessibility). It looks good in any new browsers on my machine (IE5.5, IE6, NS7, OP6, Mozilla 1.1) :-)
|
| Display property and float problem | 29 Jul 2003 04:22 GMT | 1 |
I'm currently trying to make a page using good css and a no table layout (or only for REAL tables), but i got a really strange problem : 1) I've got links on my page that show/hides different parts with the display property (on the right side : "cacher cette section" ("hide
|