Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old November 12th, 2004, 07:51 AM
r_palkovic r_palkovic is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: San Diego, CA USA
Posts: 129 r_palkovic User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to r_palkovic Send a message via AIM to r_palkovic Send a message via Yahoo to r_palkovic
Divs - IE and Firefox... I HATE IT!

Ever since I stopped using IE and started using Firefox, I've noticed a few things.

1) No damn popup windows (good thing)
2) My CSS actually looks good (good thing)
3) IE doesn't display my CSS properly (HORRIBLE THING!)

Here's the link:
http://www.despectare.com


Here's the CSS:
<style type="text/css">

div.sidebox{
text-align:center;
width: 150px;
position: absolute;
top: <? print $top; ?>;
left: <? print $left; ?>;}

div.boxhead{
border: 1px solid black;
background-color: #000000;
height: 35px;}

div.boxbody{
border: 1px solid black;
background-color: #aaaaaa;
color: #000000;
font-size: 12px;}

h2{
color: #ffffff;
font-size: 12px;
vertical-align: middle;}

a, a:visited, a:active{
color: #000000;
font-size: 12px;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

</style>


And here's the code:
<div class="sidebox">
<div class="boxhead"><h2>Current Content</h2></div><div class="boxbody">
<p><a href="/makayla/">Makayla's Gallery</a></p>
<p><a href="/amber/">Amber's Gallery</a></p>
<p><a href="http://xxx.xxx.xxx.xxx/cam/" target="new">Ryan's Cam</a></p>
<p>More coming soon.</p>
</div>
</div>

Reply With Quote
  #2  
Old November 13th, 2004, 03:48 AM
rehfeld_dot_us rehfeld_dot_us is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Posts: 825 rehfeld_dot_us User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Divs - IE and Firefox... I HATE IT!

you should consider using doctypes. they can put ie and other browsers into standards compliant mode, and they will behave more alike.


if that doesnt solve your problem, please tell us what the problem is.

Reply With Quote
  #3  
Old November 18th, 2004, 12:41 AM
r_palkovic r_palkovic is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: San Diego, CA USA
Posts: 129 r_palkovic User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via ICQ to r_palkovic Send a message via AIM to r_palkovic Send a message via Yahoo to r_palkovic
RE: Divs - IE and Firefox... I HATE IT!

similar issue. Mozilla supports it,

IE doesn't.

link: http://www.livejournal.com/users/porchboy

relevant style code:

<style type="text/css">
body,td
{
font-size: 10px;
font-family:"Verdana", "Arial";
margin:0;}


body
{
background-repeat: no-repeat;
background-image:url(http://www.despectare.com/art/albums/ElinGrindemyrPS.jpg);
}

a:link, a:visited, a:active
{
color: #000000;
text-decoration: none;
}

a:hover
{
text-decoration: line-through;
}

.date
{
font-size: 9px;
font-style: italic;
}

.title
{
font-size:12px;
font-weight:bold;
}

div#journal
{
position: absolute;
top: 60px;
left: 365px;
border: 1px solid black;
width:410;
height:720;
overflow:auto;
padding:2;
}

div#alphabig
{
position: absolute;
top: 60px;
left: 365px;
width:415;
height:725;
}

div#bigshadowbottom
{
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
background: black;
position: absolute;
top: 786px;
left: 362px;
width:416;
height:3;
margin:0;
padding:0;
}

div#bigshadowleft
{
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
background: black;
position: absolute;
top: 63px;
left: 362px;
width:3;
height:723;
margin:0;
padding:0;
}





div#legend
{
position: absolute;
top: 20px;
left: 244px;
border: 1px solid black;
width:72;
height:84;
overflow:hidden;
padding:2;
text-align: center;
}

div#alphasmall
{
position: absolute;
top: 20px;
left: 244px;
width:77;
height:89;
}

div#legendshadowbottom
{
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
background: black;
position: absolute;
top: 110px;
left: 241px;
width:75;
height:3;
margin:0;
padding:0;
}

div#legendshadowleft
{
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
background: black;
position: absolute;
top: 23px;
left: 241px;
width:3;
height:89;
margin:0;
padding:0;
}





div#disclaimer
{
text-align:center;
position: absolute;
border: 1px solid black;
top: 20px;
left: 365px;
width:410;
height:13;
overflow:hidden;
padding:2;
}

div#dcbg
{
position: absolute;
top: 20px;
left: 365px;
width:415;
height:19;
}

div#dcshadowbottom
{
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
background: black;
position: absolute;
top: 39px;
left: 362px;
width:416;
height:3;
margin:0;
padding:0;
}

div#dcshadowleft
{
filter:alpha(opacity=45);-moz-opacity:.45;opacity:.45;
background: black;
position: absolute;
top: 23px;
left: 362px;
width:3;
height:16;
margin:0;
padding:0;
}

.alpha
{
filter:alpha(opacity=40);
-moz-opacity:.40;
opacity:.40;
background: white;
}

</style>


Reply With Quote
  #4  
Old November 22nd, 2004, 05:22 PM
rehfeld_dot_us rehfeld_dot_us is offline
Codewalkers Novice (500 - 999 posts)
 
Join Date: Apr 2007
Posts: 825 rehfeld_dot_us User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Divs - IE and Firefox... I HATE IT!

again, WHAT IS YOUR PROBLEM?


btw- i noticed the link that sais "get mozilla firefox"
when you hover on it the text style changes to strike-through....looks like your saying the link is bad. might wanna change that....

nice pictures

oh and "optomized" should be "optimized"

and ditch the <font> tags, use <span>

Reply With Quote
  #5  
Old November 22nd, 2004, 09:29 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: Divs - IE and Firefox... I HATE IT!

>>oh and "optomized" should be "optimized"
Or even "optimise" in English


Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Divs - IE and Firefox... I HATE IT!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway