Page 1 of 1

What causes the images to blink??

Posted: Wed Apr 04, 2007 3:30 pm
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

Re: What causes the images to blink??

Posted: Wed Apr 04, 2007 4:39 pm
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

Re: What causes the images to blink??

Posted: Wed Apr 04, 2007 11:28 pm
by Dr.CSS
You could try...

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

Re: What causes the images to blink??

Posted: Thu Apr 05, 2007 5:11 am
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

Re: What causes the images to blink??

Posted: Thu Apr 05, 2007 6:03 am
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