Jump to content

not sure whats wrong


spyke01

Recommended Posts

i recently changed up my homebrew forum's css on [a href=\"http://www.fasttracksites.com/forum/index.php\" target=\"_blank\"]http://www.fasttracksites.com/forum/index.php[/a] and im having problems with it in FireFox, IE looks fine(usually its just the opposite). It looks like its now accepting the widths from [a href=\"http://www.fasttracksites.com/forum/themes/FTSBlue/dim.css\" target=\"_blank\"]http://www.fasttracksites.com/forum/themes/FTSBlue/dim.css[/a] this is the file that contains the dimensions of each item, the other pages(if you click on one of the forum names) they are using the same widths for the last post and such, can someone please help?
Link to comment
Share on other sites

heres the problem [a href=\"http://www.fasttracksites.com/images/problem.jpg\" target=\"_blank\"]http://www.fasttracksites.com/images/problem.jpg[/a]

it looks fine in IE and opera, as in the tables dont get squished(looks looks though no width value was set), in FF its not seeing the width values that are set in the css file
Link to comment
Share on other sites

I see the problem now. Interesting. It's not that FF is not getting the values from your CSS file, but it is simply rendering it differently from IE. Like try putting like a width of 200px and you'll see FF will actually expand the cell width.

Why it does that? I don't know. A very simple, but not best solution would be to apply different widths for the two browsers. You can do this by using a star (*) hack to apply the widths only to IE.

Like if you do this

* html XXXXXX

where XXXXX is the name of the class or id then that set of properties for that class or id will apply only to IE. You can then do a normal set of properties for the other browsers.

Once again, a possible but definitely not the best solution.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.