What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » html/css prob, <div> not displaying correctly, various glitches

html/css prob, <div> not displaying correctly, various glitches
Author: Message:
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
O.P. html/css prob, <div> not displaying correctly, various glitches
Sorry i can't define this problem anymore... Anyway, im constructing a page for my guild within Guild Wars to which i have just returned as i went inactive. Anyway, here is a link to the page... Anyway, the problems, there are two main...

the first, is within Firefox the holder, the black background holding all the internal divs doesnt behave properly, its height remains a constant 200px, even though within the css its only a min-height, so it should adjust, right? Im not too sure whether firefox jus doesnt support this code, if it doesnt then does anyone have a work around?

the second is within IE. In IE the holder is the right height, but the width goes wrong, the width becomes too big by about 10px when it was perfect within FF, anyone know whats causing this disruption?

BTW, the code is vaild, except for the <hr color="..."> simply because putting it as css doesnt seem to work...

thanks for your help! :)
formerly methos
05-31-2006 07:30 PM
Profile PM Web Find Quote Report
Ahmad
Senior Member
****

Avatar
@hmad

Posts: 526
Reputation: 27
40 / Male / –
Joined: Dec 2004
RE: html/css prob, <div> not displaying correctly, various glitches
For the Firefox problem, add the following to the #holder id:
code:
display:table;

Edit:

For IE, if you think the width is too big, you can add the following IE specific code:
code:
* html #holder {
  width: 978px;
}

This post was edited on 05-31-2006 at 07:40 PM by Ahmad.
05-31-2006 07:36 PM
Profile PM Web Find Quote Report
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
O.P. RE: html/css prob, <div> not displaying correctly, various glitches
yay!! :cheesy:

it works!! thanks mate!! :D:D
formerly methos
05-31-2006 07:52 PM
Profile PM Web Find Quote Report
Ahmad
Senior Member
****

Avatar
@hmad

Posts: 526
Reputation: 27
40 / Male / –
Joined: Dec 2004
RE: html/css prob, <div> not displaying correctly, various glitches
No problem, glad I could help :)
05-31-2006 08:04 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On