Jump to content

omg, looks horrible in FF :(


Guest lauren stephens

Recommended Posts

Guest efolia

The classic skin that has been modified by you :)

The main problems usually are with some div missing.

... or an error in the div ordering, or some div property missing (as is probably the case here...), or a combination of both. Minor xhtml coding errors can also cause divs to misbehave, so make sure your code is strictly compliant (for example, close your img tag in the top header). Using a good editor will help. While developing a boxed layout with CSS, I always give each of my div a thin solid colored border, so I know which one is misbehaving. Tracking the results of every single change in the code with both IE and Firefox (and possibly Opera) is a sure way not to get too far lost. It's a simple matter of hitting F5 in 2 or 3 windows...

Cheers.

Link to comment
Share on other sites

i redesigned my CC using the classic skin.

looks fine in IE, but i decided to check it out in FF and it isnt even functional at all :)

how exactly can i fix this :)

TIA

http://proprietaryservers.com/hosting/

not a live cart yet, only test products and images

There are not serious html validation errors, only those like <BR> instead of <br /> or undefined alt for <img> tag. This cant be a source of the issues.

You have made TWO serious mistakes:

1)

You use non-existing css property values like float:center in .colMid. The reslut is the same as NO float property there. Float property has only TWO values right and left! Change centre to left and the layout will be almost correct.

2)

The second issue is the height of your LOGO. You use different height of header block in css #topHeader height: 36px; Please use height: 150px; (or some similar height)

IE is silly browser...LOL

:D

Link to comment
Share on other sites

  • 3 months later...
Guest lauren stephens

i redesigned my CC using the classic skin.

looks fine in IE, but i decided to check it out in FF and it isnt even functional at all :)

how exactly can i fix this ;)

TIA

http://proprietaryservers.com/hosting/

not a live cart yet, only test products and images

There are not serious html validation errors, only those like <BR> instead of <br /> or undefined alt for <img> tag. This cant be a source of the issues.

You have made TWO serious mistakes:

1)

You use non-existing css property values like float:center in .colMid. The reslut is the same as NO float property there. Float property has only TWO values right and left! Change centre to left and the layout will be almost correct.

2)

The second issue is the height of your LOGO. You use different height of header block in css #topHeader height: 36px; Please use height: 150px; (or some similar height)

IE is silly browser...LOL

:)

thanks heaps for your help.

i made the corrections and so far, so good.

now, i have to add all the content! argh!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...