PDA

View Full Version : Experienced coder needed



Cezphus
09-01-2006, 08:05 PM
Hey,

I have a layout and it works fine on internet explorer
But not too fine firefox :s

Here are some screenies

Pm me if you think you can help

nets
09-01-2006, 10:22 PM
If you're using the <div> tag find which size of the box works best and use separate sizes. Because of compatibility several things will vary in size and not leave enough room for the box.


#box {
width: 100px; /*100px works fine on Internet Explorer so have it here*/
}
html>body #box {
width: 90px; /*IE Doesn't read this, so have the size which works well with FireFox here.*/
}

Edit:
If you're using tables and that didn't help, then post a link to the HTML and I'll see if I can find whats wrong.

Cezphus
11-01-2006, 11:02 AM
Thanks for the help,
Well I didn't understand some of that

I've Pmed you ;)

Want to hide these adverts? Register an account for free!