graduation day
11-20-2009, 02:29 PM
Hello everyone, I'm new here. I hope someone will help me with my problem.
You can see it here: http://kahoe.monline.dk/portfolie2/index.php
(http://kahoe.monline.dk/portfolie2/index.php)
Problem 1 is in the grey menu to the right. I've used php include_once to insert four div elements (with images and a little text), but they position themselves in a strange way. It's supposed to be a column.
I think the problem is that I've used float:left on the images in the navigation bar. I did this to make the text sit on the right side of the images. How do I solve the problem?
You can see the html file with the four elements here: http://kahoe.monline.dk/portfolie2/globalmenu.html
I should probably say that I've used javascript to make a hover effect with the images.
(Should I include code in this post, or do you guys usually see html and css via the browser?)
Problem 2 is with IE. I have IE 8 installed, so I don't know about other versions, but this one can't find the images on my website. It works fine in Firefox. What's wrong?
Problem 3 is with the div element at the top of the page, the one which contains the text "Denne hjemmeside ses bedst med Firefox. Download Firefox her. " I can't get it to sit at the very top of the page. I've used body { margin: 0; padding: 0; } in the stylesheet already, but it's not enough apparently...
You can see it here: http://kahoe.monline.dk/portfolie2/index.php
(http://kahoe.monline.dk/portfolie2/index.php)
Problem 1 is in the grey menu to the right. I've used php include_once to insert four div elements (with images and a little text), but they position themselves in a strange way. It's supposed to be a column.
I think the problem is that I've used float:left on the images in the navigation bar. I did this to make the text sit on the right side of the images. How do I solve the problem?
You can see the html file with the four elements here: http://kahoe.monline.dk/portfolie2/globalmenu.html
I should probably say that I've used javascript to make a hover effect with the images.
(Should I include code in this post, or do you guys usually see html and css via the browser?)
Problem 2 is with IE. I have IE 8 installed, so I don't know about other versions, but this one can't find the images on my website. It works fine in Firefox. What's wrong?
Problem 3 is with the div element at the top of the page, the one which contains the text "Denne hjemmeside ses bedst med Firefox. Download Firefox her. " I can't get it to sit at the very top of the page. I've used body { margin: 0; padding: 0; } in the stylesheet already, but it's not enough apparently...