Jump to content

Guild Help?!


sarebeary

Recommended Posts

In my guild, the text that is in the text box (blog style) shows for Firefox users.. but not IE users.

Can anyone help :/?

 

This is what it's like:

 

<div style="position:absolute; top:612px; left:414px; width:554px; height:102px; overflow:auto;">
<center>TEXT HERE.</center>
</div>

 

 

I can't see what I'm doing wrong D:

Any help is really appreciated :D!

Link to comment
Share on other sites

<STYLE type=text/css>
BODY{
scrollbar-arrow-color: #ffffff ;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #000000;
}
td,font,p,a,i,body,div,map,tr,table{color:#000000;font:7.5pt verdana}
a:link{text-decoration:underline; color:#000000;font:7.5pt  verdana}
a:visited{text-decoration:underline; color:#000000;font:7.5pt  verdana}
a:hover{text-decoration:none; color:#374261;font:7.5pt verdana}

</style>

<table width=593 height=538 border="0" background="picture [layout] url..">

<div style="position:absolute; top:612px; left:414px; width:554px; height:102px; overflow:auto;">
<center>TEXT HERE.</center>
</div>

</td></tr>

 

This post has been edited by a member of staff (Mistletoe Morgan) because of a violation of the forum rules.

Please make sure all posts have at least seven words.

Please check your user inbox to see if you have been contacted regarding this incident, then review our rules.

Link to comment
Share on other sites

another thing that might help is if you could post the url to the page you're working on.

 

things that may be causing it: you have non-semantic markup.

-why do you have a table tag floating on its own? there are no rows or cols defined (tr, td). that's probably the biggest cause of it.

-what is the purpose of "</td></tr>"? they were never opened, why are you closing them?

-lastly, if you want to center the text inside the div, add the following css: text-align: center.

 

rule of thumb: if the data isn't tabular, don't use tables.

 

edit: you may also notice that scrollbars are only stylable for IE. just an fyi.

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.

Loading...
×
×
  • Create New...