Forum Moderators: not2easy

Message Too Old, No Replies

CSS IE headaches

Firefox good IE bad

         

juice454

12:47 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



IE is buggin up my archive box and justifying it halfway down the page, whereas in FIREFOX it is positioned as it should be. <snip>

I checked out some of the other posts, and thought maybe it might be my doc-type causing the problem too, but changing it did not seem to help. Any thoughts!?

Code (pre-compilation):

<div id="maincontent">
<div class="overflow">
<div class="padside"><?php print_front_entries ();?></div>

<table cellspacing="25" align="center" >
<tr>
<td class="archive" colspan="2">archive<?php print_front_archive ();?></td>
</tr>
<tr>
<td class="archive" colspan="2"><a href="javascript:noSpam('justin','example.com')" onfocus="this.blur();">Email</a></td>
</tr>
</table>

</div> <!-- end overflow -->
</div> <!-- end maincontent -->

Any help would be appreciated...

[edited by: engine at 7:53 pm (utc) on April 8, 2005]
[edit reason] No urls, thanks. See TOS [webmasterworld.com] [/edit]

juice454

3:45 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



no love?

coho75

4:13 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



juice454, could you post the css file? That would help a lot.

choster

4:15 pm on Apr 8, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



juice,

1) welcome to WebmasterWorld!
2) a sample of the relevant CSS would be helpful.
3) be sure to read the TOS [webmasterworld.com]

juice454

4:25 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



hey guys,

thanks for the heads up. i do not believe the problem lies in my css because i am really only using the table and my html code for positioning of the archive box in question. but who knows. the css is here <snip> thanks,
juice

[edited by: engine at 7:10 pm (utc) on April 8, 2005]
[edit reason] No urls, thanks. See TOS [webmasterworld.com] [/edit]

coho75

5:24 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



I have tried your code and found that if you put the archive box table right below the <div> for the lens box, everything seems to look fine in a few different browsers. You might want to try that.

juice454

6:14 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



Hey coho,

What div are you talking about when you say "lens" box?
The uncompiled PHP/HTML code is in my first post for reference. Thanks for taking the time to look at this.

coho75

7:31 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



I looked at the code for the actual page before the URL was removed. I put the archive table directly below the div that included the code for the camera lens that was on the page. If you sticky me the URL I can give you the exact placement.

juice454

7:45 pm on Apr 8, 2005 (gmt 0)

10+ Year Member



hrmm...not completely sure what you mean by sticky (sorry about the n00b-ness)

- here is the direct link to the page: <snip>
- here is a link to the code i am working with in a text file [<snip>

[edited by: engine at 7:50 pm (utc) on April 8, 2005]
[edit reason] No urls, thanks. See TOS [webmasterworld.com] [/edit]

juice454

5:54 pm on Apr 11, 2005 (gmt 0)

10+ Year Member



Coho has been generously trying to help me find a solution to this issue. Unfortunately we have not found one yet. Anyone else willing to lend a hand?

ps. no more URL's i promise ;)

juice454

7:33 pm on Apr 11, 2005 (gmt 0)

10+ Year Member



Ok, Coho helped me out bigtime. File this under solved!