Re: [css-d] rollovers in safari

2006-03-27 Thread James MacLeod
the changes in the html. James MacLeod On Mar 27, 2006, at 15:40, [EMAIL PROTECTED] wrote: have added the content (but no text replacement) but the rollovers are still not working! Ross - Original Message - From: Rob Mientjes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: css-d@lists.css

Re: [css-d] resize + scroll

2006-03-01 Thread James MacLeod
My solution to this would be to create a image of the blue bar with red border and make a 1px width image. Then make a body rule that repeats the image across the top of the page. Then remove the styling from the header div. Hope this makes sense and helps. James MacLeod On Mar 01, 2006

Re: [css-d] Displaying two a href's on two lines

2006-02-27 Thread James MacLeod
Has the a { clear: left; } solution already been suggested? James On Feb 27, 2006, at 15:30, cj wrote: another solution (though note i didn't say better) would be to set those two links to display: block;, which gives them all the properties of a block element, including 100% width.

Re: [css-d] problem image floats breaking out the divs

2006-02-22 Thread James MacLeod
Add a float to both test and content divs and it should fix the problem. Divs that aren't floated don't effect floated dives and vice versa. James MacLeod On Feb 22, 2006, at 14:39, Sander van Surksum wrote: Hi all, I've 2 div's in my content article1 and test. in article1 i've a image

Re: [css-d] Overflow and inheritance problems with a 2-column layout

2006-02-16 Thread James MacLeod
. } Here is a good example: http://www.thenoodleincident.com/tutorials/ box_lesson/basic2_fluid.html James MacLeod On Feb 16, 2006, at 09:28, John Latter wrote: Hi, I'm new to css and would appreciate some help with the following two problems I've encountered in setting up a blog which can be seen

Re: [css-d] List menu Q

2006-02-16 Thread James MacLeod
Hey, The only way I can think of is too apply a class to it and then change the font size. You can try a height but I don't think it will work. Here is an example: select class=menubar .. .menubar { font-size: 10px; height: 12px; //Might not work; padding: 0;

Re: [css-d] Any tricks to get IE:mac to refresh?

2006-02-16 Thread James MacLeod
The force refresh on the mac is just hold the shift key. Just hold shift and click the refresh button or press the F5 or F6 button I forget which. James On Feb 16, 2006, at 16:11, Mark Howells wrote: Is there any trick to get IE 5.2 Mac to reload *all* files short of clearing it's cache?

Re: [css-d] Any tricks to get IE:mac to refresh?

2006-02-16 Thread James MacLeod
Missed the mac bit apologies. Are you needing this for your personal testing or is it to makes sure that the people viewing your site have the most up-to-date version? James On Feb 16, 2006, at 16:30, Mark Howells wrote: The force refresh on the mac is just hold the shift key. Just hold

[css-d] div:hover

2006-02-14 Thread James MacLeod
Hey guys, I am try to figure a way of doing div#box:hover, but will work in most or all browsers. I am reluctant to use javascript because I imagine there is a method using purely css. Any ideas? James MacLeod --- Konkrete Design for New Media