This is a discussion on "A few problems with my site" within the Web Page Design section. This forum, and the thread "A few problems with my site are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
A few problems with my site
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
A few problems with my site
I'm actually done with my portfolio. The only thing that remains is a few problems.
Here is my page: http://www.fakey.no/index2 And here's the questions: 1 At the bottom of the page, there is a gap between the margin and the layout. In opera you can see it clear, but in IE the background-image on the footer will be repeated. 2 I have a div over the meny wich has height: 4px; . The line that divides the logo and the meny. In opera it works good, but in IE it doesn't work at all because the background-img get repeated. 3 http://fakey.no/index2.php?go=still&...=1&hires_img=1 At the bottom, the commentaries is outside the layout in Opera but not in IE, why? |
|
|
|
#2
|
||||
|
||||
|
Re: A few problems with my site
I'm not sure (yet) what is causing the issues you describe, but your code is missing an opening <html> element. Stick that in, re-upload, then let us know if the problem remains. Afterwards, we can take a look at it.
|
|
#3
|
|||
|
|||
|
Re: A few problems with my site
Still doesn't work
|
|
#4
|
||||
|
||||
|
Re: A few problems with my site
Try this:
body, html { height: 100%; padding: 0; margin: 0; } |
|
#5
|
|||
|
|||
|
Re: A few problems with my site
Doesn't work. Nothing works.
|
|
#6
|
||||
|
||||
|
Re: A few problems with my site
very weird. try one little temporary thing:
Leaving the above css suggestion I made in your code, also remove the following from your css (but temporarily! you can paste it into notepad to save it for later): #footer { display: block; position: absolute; bottom: 0; left: 0; background-image: url(img/copyright.gif); width: 596px; height: 28px; } |
|
#7
|
|||
|
|||
|
Re: A few problems with my site
Done.
Thats gotta be it! Everythings working fine now.. |
|
#8
|
||||
|
||||
|
Re: A few problems with my site
yayhooray!
|
|
#9
|
|||
|
|||
|
Re: A few problems with my site
But we gotta get that footer thing back in there :P
|
|
#10
|
||||
|
||||
|
Re: A few problems with my site
Mess around with it, go line by line until the error occurs, then that's the property:value to mess with. It'll be a learning lesson for ya ;-)
|
|
#11
|
|||
|
|||
|
Re: A few problems with my site
cool
|
![]() |
| Tags |
| few, problems, site |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| my new portfolio site problems.... | 3dnutta | Web Page Design | 3 | Feb 14th, 2008 04:01 |
| Problems with cache when updating my site | Wickrath | Starting Out | 9 | Jan 18th, 2008 23:33 |
| Site display problems please help | soccerstar | Web Page Design | 2 | Oct 4th, 2006 03:34 |
| IE Problems with new site. | dcxtreme | Web Page Design | 4 | May 27th, 2006 11:28 |
| Built my CSS site - Different browser problems - please help | 7724 | Web Page Design | 0 | Sep 30th, 2005 14:21 |