I've recently switched to Firefox (mozilla) almost full time for browsing and I noticed one annoying problem on Namepros that can probably be fixed fairly easily.
It seems the textarea boxes for typing stuff in are too narrow, barely using any of the screen space they should be.
It might be possible to fix this quite easily, by using a css command that IE will ignore but will fix any Mozilla brower. It's called "min-width".
Try putting (or adding) to the stylesheet:
textarea {min-width:80%}
or something similar. Hopefully it will solve the issue.
Thank you, and keep up the great work!
It seems the textarea boxes for typing stuff in are too narrow, barely using any of the screen space they should be.
It might be possible to fix this quite easily, by using a css command that IE will ignore but will fix any Mozilla brower. It's called "min-width".
Try putting (or adding) to the stylesheet:
textarea {min-width:80%}
or something similar. Hopefully it will solve the issue.
Thank you, and keep up the great work!













