Re: [css-d] rollovers in safari

2006-03-27 Thread James MacLeod
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 PROT

Re: [css-d] How to disable entries in a select list for IE

2006-03-20 Thread James MacLeod
If its a select list I am guessing that you want to select more than one, so maybe a list of checkboxes, rather than radio buttons. The other option is if you are dynamically producing the contents of the list, then just leave out the unavailable elements rather than disabling them. James

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 '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 float to both content and test then they will behave as you want and the images won't overlay the bottom of your divs. James MacLeod On Feb 22, 2006, at 15:06, Sander van Surksum wrote: James, Could you explain your answer ? Do I have to add float: right to id content and test

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 articl

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 >

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 cac

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: menu in my page. It's located in a header bar which height is 20px. The select menu breaks the bar because it doesn't fit

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 c

[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