Jun 07

I.E. Doubled Float-Margin Bug

8 comments 2004 at 04.05 am posted by Veerle Pieters

Maybe some of you are familiar with this I.E. bug, but I wasn’t until recently. While working on a project and going out of my mind wondering why my margin on the left had this huge gap, I started to search the web for some solution. Since I did all sorts of tricks with it, I was almost 100% sure that it must be another I.E. bug that I didn’t know of. I’m still learning since I started with CSS2 just in January of this year…

May 19

Gaps in menu list items in I.E.

13 comments 2004 at 03.16 am posted by Veerle Pieters

Yesterday I was working on a horizontal navigation with vertical submenus in CSS using list items. This is normally not that difficult if you don’t have to deal with Internet Explorer. You just use the :hover pseudo class to let the submenus appear when you hover the main menu buttons. Since this is not supported by I.E. you have to find a smart way to get around this. 

May 18

Clearing floats

1 comments 2004 at 02.33 am posted by Veerle Pieters

A few weeks ago I posted an article about the collapsing effect you get when a float is contained within a container box that has a visible background and how you can solve this problem. It seems that there is a smatter solution that involves no extra code in the HTML to solve this.

I’ve found an interesting article on how to clear floats without structural markup. This page explains why this effect happens and how to solve it in both the “old-fashion” way (using “clear:both” and 1 line of HTML code) or the smarter way (no HTML code needed) using the :after CSS 2 property.

May 14

CSS vs tables

3 comments 2004 at 03.32 am posted by Veerle Pieters

Andy Budd wrote a very enlightening article on his blog about CSS versus tables and why in some instances, traditional table based design can be as good, if not better than CSS and standards based design. It was one of the best articles about CSS vs tables I’ve read in a while.

May 06

CSS Edit vs StyleMaster

6 comments 2004 at 06.18 am posted by Veerle Pieters

Some time ago I promised that I would make a post about a comparison of CSS Edit en StyleMaster. They are both great CSS tools to use to style your webpages. Now that I have used both programs for a while, I think I can give some opinion and list you my pros and cons. But bear in mind that there is a huge price difference between these 2 programs and so in my opinion we can’t make a “fair” comparison by mentioning the pros and cons. Still, I want to do it this way just to give you an overview.

Apr 26

Min-height will be supported in Safari’s next update

1 comments 2004 at 07.49 am posted by Veerle Pieters

I’ve read on Dave Hyatt’s weblog that he implemented the support for min-heigth and max-height into Safari. This is great news for CSS developers since this is a very handy property.

Apr 23

Fun with floats

9 comments 2004 at 07.27 am posted by Veerle Pieters

A friend and reader of my blog, Travis Crips, helped me out on a webpage design in CSS. I got stuck on some errors and didn’t know how to fix them. Travis found the error and pointed me at some interesting floating issues that I would like to share with you…

Apr 19

Validator for CSS

5 comments 2004 at 05.00 pm posted by Veerle Pieters

When I had to search for something on Google I came across a pretty extensive validator for CSS. This validator has a lot of features like checking against browsers such as Internet Explorer for PC and Mac and Netscape 6 and Opera. The only browsers that I didn’t find on the list are Safari, FireFox and Mozilla.

This validator can also show some tips and suggestions. Maybe you’ve already discovered this one but I thought it was worth it to make a post about it. I had to check my stylesheet with FireFox because it didn’t work with Safari 1.2.1 on Panther. This can be handy.

Apr 12

Styling forms in CSS

11 comments 2004 at 02.30 am posted by Veerle Pieters

CSS formToday I took the challenge to style a form in CSS instead of a traditional table. With forms it's always not that obvious to use CSS instead of table tags.

First of all I created backgrounds for my labels and for my fields on the right. The left (.col1) and right (.col2) columns are defined by a class each linked with a background image and a set of properties and values.

This has been tested on Mac in Safari (1.2.1), Netscape 7 and FireFox 0.8 and on Windows XP in Internet Explorer 6 and Netscape 7, Mozilla and FireFox 0.8. But I seem to have floating problems on Mac in Netscape 6.2 and Internet Explorer 5.5.

Interesting tutorials on this kind of matter:

Considering the time I've spent to create this simple form without any table tags I'm wondering if it's worth in this case just to avoid table tags? It's not that this form needs any complex table code and that it will slow down loading time. Besides this looks a bit like tabular data, no? Anyway I just wanted to give it try and see if this would be doable.

Mar 29

Working with CSS, how to start…

5 comments 2004 at 12.54 am posted by Veerle Pieters

Designing a web-page is one thing but converting into a web-page is something totally different. Today I want to share my experience on how I start this job. I can imagine that for an experienced web designer most steps will be obvious and crystal clear but for the less experienced ones there are a lot of question marks. 

Page 5 of 6 pages « First  <  3 4 5 6 >


Flickrness