Click to See Complete Forum and Search --> : Flicker on mouseover


HitLines
02-10-2005, 05:31 AM
Having some issues with floats and some other CSS features. (This is our fist attempt at building a site without nested tables).

The first thing I would like to know is if the banners are flickering when users mouse over the left nav using Firefox. Do they for you? If so, what is causing this?

There are some other alignment problems going I as well but I will deal with those later unless someone has some suggestions. Site needs to work in IE better than FF.

http://www.kansan.com/ (Main page)
http://www.kansan.com/stories/news/ (Secondary page)

Not new to the board, just finally got around to regin'

Fang
02-10-2005, 06:06 AM
Take height: 12px; out of #menu .mainmenu li a:hover and put it in #menu .mainmenu li a

In .adTitle2 change margin:5px 0 5px 0; (no -ve top-margin)

Validation:
<input type="text" name="q" size="15" maxlength="50" style="font-size: 12px; color: #203964; border-style: solid; border-width: 2px; border-color: #203964; background-color: #EAEAEA"" />
<input name="submit" type="image" style="border:none;width:13px;height:13px;" value="Search" src="http://media.kansan.com/img/site/search_arrow.gif" width="13" height="13" />

Better to use DTD HTML 4.01 not XHTML

HitLines
02-11-2005, 09:14 PM
Sorry Fang but that did not fix the flicker on Firefox.

ksource
02-11-2005, 11:42 PM
hey hit,

just fyi, my comp. didnt link line 7 (<style type="text/css" media="screen,projection,print" title="standard">) of eather document. I not sure wuts wrong with it, but my comp. dont like it


Kory

HitLines
02-11-2005, 11:58 PM
Thanks KS, I'll add this to my growing list. Some HTML does not work with our CMS admin tool written in python.