Keith Kaiser wrote:
> David,
>
> I got very desperate last night after I sent the request for help, 
> hence the progress I made when you saw it.
>
> I'm close now, real close. But in I.E. it looks like **** (so what 
> else is new?) for  some reason the ticker itself has taken on a 
> multi-line appearance, any thoughts on that? It only looks that way in 
> I.E., in FireFox, Safari, and others it looks pretty good now.
>
> I wasn't quite sure where to put the * html #topMenu {height:7em;} I'm 
> guessing in the index.php at the top, but should it have the * html 
> part or just the #topMenu part. I'm doing my best to make everything 
> CSS but still learning a lot of this stuff.
>
> Thanks for stepping up and helping me out, I really do appreciate it.
>
>
> On Apr 11, 2008, at 12:45 AM, David Laakso wrote:
>> Keith Kaiser wrote:
>>>
>>> The div id is topMenu the css is at 
>>> http://bsaroundtable.com/css/rtstyle.css   please if you have a few 
>>> minutes would you help me figure this out.
>>>
>>>
>>> -- Keith
>>>
>>>
>>



re: <http://bsaroundtable.com/>


For a lot of reasons, write below (not above) me /and/ Cc: the list when 
replying.

/Part/ of the difficulty may be that the file is in quirksmode.

Delete this:

<html>
<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>






Replace it with this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
<head>






















______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to