What causes the images to blink??

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
paddy100

What causes the images to blink??

Post by paddy100 »

This is my first CMS site and I am very impressed how easy CMS is. Credit to the programmers. Ive been playing for 4 days now.  As I am not yet experienced in CMS, I need help. The site has to be live in 3 weeks and I havent a clue what is causing the problem.

My site, www.homerhino.co.uk
Differences between IE6 and Firefox 2

1. IN IE6. The image of the rhino on the front page in the header blinks when the mouse goes over the header. How can I fix it so like In FireFox it doesnt, and remove the hyperlink function from the header?
2. On the feedback page, In IE6 the Form is at the bottom of the page. In FireFox the page is perfect. I know it is because of cell-padding or Margins, but where can I edit the page code?

Like I said I am a total newbie, but always learning

Paddy
Last edited by paddy100 on Wed Apr 04, 2007 4:17 pm, edited 1 time in total.
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: What causes the images to blink??

Post by KO »

1. Cannot see it blinking in my IE6 so cannot help there. Hyperlink can most likely be removed from the template you are using.

2. Your big textarea is too wide to fit in IE so it drops down until it finds enough space. You might know some places where to make it more narrow. One way to make it more narrow was to add in your css  "textarea.user {width:90%}" but i recommend you to search better way of doing it as I have no idea whereelse you have used that same class.

Br, Keijo
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: What causes the images to blink??

Post by Dr.CSS »

You could try...

#main .user{width:50%}  width to be adjusted to your liking...
paddy100

Re: What causes the images to blink??

Post by paddy100 »

Found the bit for the image and the header. This PHP and CSS is interesting.
Thanks for the help, with the Form. Ill give it a try
paddy100

Re: What causes the images to blink??

Post by paddy100 »

Sorted!!!

Thanks for the answers. Didnt know what you meant by the textarea.user stuff, so  I decreased the left & right margins by 1% each

Once again cheers

Paddy
Locked

Return to “CMSMS Core”