Freelancers Forum Messages on Monday March 5th 2007
Re: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 23:53
[EMAIL REMOVED] wrote:
> Yeah, I know what you mean. The problem was that having a min-width
> container div made the page too wide when the content was too small - I
> didn't like that horizontal sc...
RE: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 23:38
Yeah, I know what you mean. The problem was that having a min-width
container div made the page too wide when the content was too small - I
didn't like that horizontal scroll bar there for no reason....
Re: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 23:28
[EMAIL REMOVED] wrote:
> Anyone come across this and has any ideas?
use percentage widths on the divs in question.
and let your min-width stop the whole page from getting too narrow.
fixed pixel...
RE: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 23:17
I think as soon as I realised I was only using DIV's to try to be clever,
the whole website became a lot easier to code!
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behal...
Re: FN-FORUM: USB extension cable
date posted 5th March 2007 22:53
On Sunday 04 Mar 2007 6:14 pm, Michelle Penny wrote:
> The other half currently uses the ethernet cable whilst I use the USB
> and I hadn't even thought about the possibility of swapping over, I hav=...
Re: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 22:47
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOH sacrilege ;)
[EMAIL REMOVED] wrote:
> Actually thanks Chris, but I've replaced it with a table now and it's
> working well.
>
>
>> -----Original Message-----
>> From...
RE: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 22:11
Actually thanks Chris, but I've replaced it with a table now and it's
working well.
> -----Original Message-----
> From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Chris
> Hill
> Sent: 05 March 200...
Re: FN-FORUM: CSS/DIV Question
date posted 5th March 2007 21:50
are you using floats?
would be useful for you to include sample CSS/XHTML code so we know what
you're doing at the moment before suggesting anything :)
[EMAIL REMOVED] wrote:
> Hi
>
> Does anyone...
FN-FORUM: CSS/DIV Question
date posted 5th March 2007 21:08
Hi
Does anyone know a way to stop DIV's jumping down when they're too wide for
the bit of the page you want them on? I've already got a min-width thing
set up (with a hack for IE as well) that works...
Re: FN-FORUM: What do people think of Basecamp?
date posted 5th March 2007 17:40
Actually we use Mantis
http://www.mantisbt.org/
I know it's a bug tracker, but from a workflow point of view it works
very well as it allows multiple project streams, so 'tickets' can have
relevan...
Re: FN-FORUM: What do people think of Basecamp?
date posted 5th March 2007 16:43
Tony Crockford wrote:
> Even my tech savvy clients preferred just to email me.
> no matter how much I tried to direct them back to basecamp.
> I gave up in the end.
Thats what i think will happen.
>...
Re: FN-FORUM: What do people think of Basecamp?
date posted 5th March 2007 14:58
Fiaz Khan wrote:
>
> Hi All
>
> I am thinking of signing up to basecamp and creating accounts for my
> clients for them to login and use the system also.
Even my tech savvy clients preferred just...
FN-FORUM: What do people think of Basecamp?
date posted 5th March 2007 14:51
Hi All
I am thinking of signing up to basecamp and creating accounts for my
clients for them to login and use the system also.
Generally, how have clients taken to the system? Do they use it? Or do...
RE: FN-FORUM: How to resolve this?
date posted 5th March 2007 00:52
Class=3D"class1 class2 class3" is fine
You *SHOULD* only have one ID once - CSS however treats it like classes
in that if you have 10 oibjects all called id=3D"idObj" then they'll all
be affect like...