SitePoint Sponsor |
|
User Tag List
Results 1 to 10 of 10
Thread: Spaces in Menubar
-
May 13, 2004, 06:23 #1
- Join Date
- Oct 2003
- Location
- London
- Posts
- 39
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Spaces in Menubar
How do I get rid of the spaces in menubar and links i.e. what .css code do I need to add?
ThanksHelp, what do I do next
-
May 13, 2004, 06:35 #2
- Join Date
- Jul 2003
- Location
- Suburbs of DC (MD)
- Posts
- 595
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Could you post a link or some sort of example of what you're talking about? What spaces etc etc...
-
May 13, 2004, 06:42 #3
- Join Date
- Oct 2003
- Location
- London
- Posts
- 39
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by furryyuri
Help, what do I do next
-
May 13, 2004, 06:45 #4
- Join Date
- Oct 2003
- Location
- London
- Posts
- 39
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by Flappy Chicken
Help, what do I do next
-
May 13, 2004, 06:47 #5
- Join Date
- Oct 2003
- Location
- London
- Posts
- 39
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by Flappy Chicken
Help, what do I do next
-
May 13, 2004, 06:49 #6
- Join Date
- Jul 2003
- Location
- Suburbs of DC (MD)
- Posts
- 595
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You need to wait for a mod to approve the attachment before it will show...it should not take long.
-
May 13, 2004, 07:00 #7
- Join Date
- Oct 2003
- Location
- London
- Posts
- 39
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by furryyuri
"What does
make a difference is if you've forgotten the conditional comments
(containing IE fixes) or if the link tag for your style sheet comes
after the conditional comments."
What does this mean? Where do I find the conditional comments
(containing IE fixes)?
Then the link tag, is that where I link to my main Page?Help, what do I do next
-
May 13, 2004, 07:43 #8
- Join Date
- Jan 2004
- Location
- Holland
- Posts
- 141
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Code?
Without seeing the actual code it'll remain a guess, but IE has a bug where whitespace or line breaks in the source code in between closing and opening tags causes unexplained gaps in lists and tables.
If the page in question is online somewhere, a link would be great; otherwise, if no too bulky, you could post or attach the code (seeing the page in an actual browser though usually works the best).Regards,
Ronald.
-
May 13, 2004, 08:08 #9
- Join Date
- Jul 2003
- Location
- Suburbs of DC (MD)
- Posts
- 595
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Yes, I too was about to suggest you show the problematic code--without seeing the specifics, it's difficult for us to know what is causing the problem.
However looking at your screenshot, I'm guessing that it is like the problem I had awhile ago where I had a vertical menu like yours created with a list. I had extra spaces between the images. The may I got rid of it was, I had my menu in a div called menu. I added:
.menu img {
display: block;
}
Here is an explanation of why that worked from SP CSS guru Paul O'B:
Originally Posted by Paul O'B
-
May 13, 2004, 08:09 #10
- Join Date
- Jul 2003
- Location
- Suburbs of DC (MD)
- Posts
- 595
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by Flappy Chicken
PS I don't know what they are talking about, but if you did not write any conditional comments then you won't find any! (assuming you wrote all the code.)
Bookmarks