Jump to content

Cant work this out for the life of me,


Guest aikdo

Recommended Posts

Hey all can you all do me a fav, take a look at http://www.ernestgbrooks.co.uk/Store/cat_21.html in IE and then look at it in FF, for some reson IE is spreading them apart, this isn't what i want it to do... I want them all on one line like in FF... Can anyone workthis out.

Please all this is DRiving me nuts, i just cant see why its doing this...

Link to comment
Share on other sites

Never mind just after posting this i remembered that i had only comented out the lines

//width: 230px;

//height: 200px;

//overflow: hidden;

and not deleted them, after deleting IE looked right...

Sorry all...

Note to all that dont understand IE still reads Comented out Css where as FF ignores it as it should

Link to comment
Share on other sites

I spent an hour going through my code confused as to why i was getting such a weird result, and i knew about the problem...

Hopefuly will save some others the hastle of going through every file assosiated with it just to finaly realise it was something as simple as that...

Link to comment
Share on other sites

Guest kickass

 

//width: 230px;

//height: 200px;

//overflow: hidden;




Umm, if that's the way you commented stuff out in a stylesheet, that could explain things.



In a stylesheet this is how the above section should have been commented out:




 /* width: 230px;

height: 200px;

overflow: hidden; */

Link to comment
Share on other sites

Guest estelle

Never mind just after posting this i remembered that i had only comented out the lines

//width: 230px;

//height: 200px;

//overflow: hidden;

and not deleted them, after deleting IE looked right...

This type of comments works fine in both browsers: /* css code */

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...