473,468 Members | 1,472 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Problem assigning style to the hs in this block:

For some reason the text in h2 tag is displaying as white in IE.

http://www.salperalta.com/

<td class="sidebar" id="sidebar-right">
<div class="block block-listing" id="block-listing-0">
<h2>Easy MLS Search for Oregon and Southwest Washington:</h2>
<div class="content">
</div>
</div>
</td>

..sidebar .block h2 {
padding: 3px 0 0 0;
margin: 0;
margin-left: 3px;
font-size: 12px;
color: black;
}

h2 { font-size: 15px; color: black;}
..sidebar .block block-listing h2 {
padding: 3px 0 0 0;
margin: 0;
margin-left: 3px;
font-size: 12px;
color: black;
}

h2 { font-size: 15px; color: black;}
body {
color: #000000;
background: #ffffff;
font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
padding: 0;
margin: 0;
}

Jan 29 '07 #1
1 1742
On 28 Jan 2007 19:56:19 -0800, in
comp.infosystems.www.authoring.stylesheets
sp******@progressivetrail.org
<11*********************@v45g2000cwv.googlegroups. comwrote:
>| For some reason the text in h2 tag is displaying as white in IE.
|
| http://www.salperalta.com/
|
| <td class="sidebar" id="sidebar-right">
| <div class="block block-listing" id="block-listing-0">
| <h2>Easy MLS Search for Oregon and Southwest Washington:</h2>
| <div class="content">
| </div>
| </div>
| </td>
|
| .sidebar .block h2 {
| padding: 3px 0 0 0;
| margin: 0;
| margin-left: 3px;
| font-size: 12px;
| color: black;
| }
|
| h2 { font-size: 15px; color: black;}
|
|
| .sidebar .block block-listing h2 {
| padding: 3px 0 0 0;
| margin: 0;
| margin-left: 3px;
| font-size: 12px;
| color: black;
| }
|
| h2 { font-size: 15px; color: black;}
|
|
| body {
| color: #000000;
| background: #ffffff;
| font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
| padding: 0;
| margin: 0;
| }
Firebug is reporting these errors. Try fixing them and see if the
problem still exists.
----------------------------------------------------------
line 107 column 35 - Warning: missing </abefore <h2>
line 108 column 5 - Warning: inserting implicit <a>
line 116 column 1 - Warning: discarding unexpected </a>
line 116 column 5 - Warning: replacing <pby <br>
line 116 column 5 - Warning: inserting implicit <br>
line 116 column 5 - Warning: <brelement not empty or not closed
line 199 column 69 - Warning: <imgelement not empty or not closed
line 215 column 4 - Warning: <imgelement not empty or not closed
line 225 column 42 - Warning: <imgelement not empty or not closed
line 230 column 4 - Warning: <brelement not empty or not closed
line 233 column 69 - Warning: <imgelement not empty or not closed
line 233 column 343 - Warning: <brelement not empty or not closed
line 234 column 69 - Warning: <imgelement not empty or not closed
line 234 column 369 - Warning: <brelement not empty or not closed
line 235 column 69 - Warning: <imgelement not empty or not closed
line 235 column 347 - Warning: <brelement not empty or not closed
line 109 column 4 - Warning: <imglacks "alt" attribute
line 115 column 9 - Warning: <imglacks "alt" attribute
line 121 column 110 - Warning: <imglacks "alt" attribute
line 122 column 87 - Warning: <imglacks "alt" attribute
line 123 column 87 - Warning: <imglacks "alt" attribute
line 124 column 87 - Warning: <imglacks "alt" attribute
line 125 column 87 - Warning: <imglacks "alt" attribute
line 126 column 87 - Warning: <imglacks "alt" attribute
line 127 column 86 - Warning: <imglacks "alt" attribute
line 173 column 69 - Warning: <imglacks "alt" attribute
line 188 column 130 - Warning: <aescaping malformed URI reference
line 188 column 220 - Warning: <aescaping malformed URI reference
line 188 column 296 - Warning: <aescaping malformed URI reference
line 188 column 382 - Warning: <aescaping malformed URI reference
line 188 column 470 - Warning: <aescaping malformed URI reference
line 188 column 556 - Warning: <aescaping malformed URI reference
line 188 column 636 - Warning: <aescaping malformed URI reference
line 199 column 69 - Warning: <imglacks "alt" attribute
line 203 column 64 - Warning: <aescaping malformed URI reference
line 203 column 146 - Warning: <aescaping malformed URI reference
line 203 column 380 - Warning: <aescaping malformed URI reference
line 203 column 478 - Warning: <aescaping malformed URI reference
line 203 column 566 - Warning: <aescaping malformed URI reference
line 203 column 646 - Warning: <aescaping malformed URI reference
line 215 column 4 - Warning: <imglacks "alt" attribute
line 217 column 64 - Warning: <aescaping malformed URI reference
line 217 column 138 - Warning: <aescaping malformed URI reference
line 217 column 218 - Warning: <aescaping malformed URI reference
line 217 column 304 - Warning: <aescaping malformed URI reference
line 217 column 380 - Warning: <aescaping malformed URI reference
line 217 column 468 - Warning: <aescaping malformed URI reference
line 217 column 568 - Warning: <aescaping malformed URI reference
line 225 column 42 - Warning: <imglacks "alt" attribute
line 233 column 69 - Warning: <imglacks "alt" attribute
line 234 column 69 - Warning: <imglacks "alt" attribute
line 235 column 69 - Warning: <imglacks "alt" attribute
line 236 column 204 - Warning: <aescaping malformed URI reference
line 236 column 354 - Warning: <aescaping malformed URI reference
line 236 column 458 - Warning: <aescaping malformed URI reference
line 236 column 540 - Warning: <aescaping malformed URI reference
line 236 column 626 - Warning: <aescaping malformed URI reference
line 236 column 706 - Warning: <aescaping malformed URI reference
line 107 column 24 - Warning: trimming empty <p>
line 131 column 3 - Warning: trimming empty <h2>
line 137 column 3 - Warning: trimming empty <h2>

0 errors / 61 warnings
---------------------------------------------------------------
jn******@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Jan 29 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: nick | last post by:
In the web site http://greywolfdesign.com , there is a pop-up menu (when mouse over 'Portfolio' menu item), it always works well when using IE (6). However, when using Mozilla 1.6, the popup...
6
by: mike | last post by:
I have a page that uses a some javascript and it works fine in IE but fails to work in Firefox. Basically what I'm trying to do is have 3 iframes on a page but only displaying one of them at a...
3
by: shreddie | last post by:
Could anyone assist with the following problem? I'm using JavaScript to hide/show table rows depending on the option selected in radio buttons. The script works fine in IE but in Firefox the...
3
by: kec | last post by:
I want to create a script that prevent users of my form for typeing stupid things. Here is my script: <script language="JavaScript" type="text/JavaScript"> <!-- function provjera(s1, s2, s3, s4)...
1
by: books1999 | last post by:
Hi there, I have a problem with this css/div and i cannot work it out. I would like either container to be able to push the background box to grow but in Firefox it overflows. Can someone find a...
29
by: Richard Lionheart | last post by:
Hi All, I've taken the advice of a few people and managed to cobble together an HTML 4.01 Strict-compliant document (according to the W3C Validation Service), but the way I try to pass a...
1
by: speralta | last post by:
For some reason the text in h2 tag is displaying as white in IE. Any suggestions? http://www.salperalta.com/ <td class="sidebar" id="sidebar-right"> <div class="block block-listing"...
15
by: cssExp | last post by:
hello, Rather than going on a wild explanation on what's the the problem, it'll be much quicker and easier if i let you look at it yourself, so I'll post my page source (actual contents taken out,...
2
by: stevemtno | last post by:
I've got a problem with a web page I'm working on. I have 4 modules - one of them has 2 tabs, two of them have 4 tabs. When the user clicks on the tabs, the content below them changes. However, when...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.