473,379 Members | 1,220 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

Gap in a list

KeredDrahcir
426 256MB
I'm using a list to make a maenu.
Expand|Select|Wrap|Line Numbers
  1. <ul>
  2.   <li>Menu 1</li>
  3.   <li>Menu 2</li>
  4.   <li>Menu 3</li>
  5.   <li>Menu 4</li>
  6.   <li>Menu 5</li>
  7.   <li>Menu 6</li>
  8. </ul>
  9.  
I'd like to put a picture in the middle of the list and have the list items leave a gap for it but there's not always going to be siz items in the list.
Is there a way so this using CSS?
Feb 18 '13 #1
6 1662
Rabbit
12,516 Expert Mod 8TB
Why not break it into two lists?
Feb 18 '13 #2
KeredDrahcir
426 256MB
I can't do it like that. Not if the menu is going to have a different number of items from time to time.
Feb 19 '13 #3
Rabbit
12,516 Expert Mod 8TB
I still don't understand why you can't do it like that. You can use two lists even if the number of items differ.
Feb 19 '13 #4
KeredDrahcir
426 256MB
If I could have used two lists I would have done it like that and not needed to ask for help. The point is it all needs to be the same list.
Feb 19 '13 #5
acoder
16,027 Expert Mod 8TB
How about making the picture/image an item in the list and styling it differently depending on how you've styled the rest of the list?
Feb 19 '13 #6
Rabbit
12,516 Expert Mod 8TB
That in no way explains why it can't be done in two lists. You will have to excuse my persistence in getting an answer to that question.

I don't see why you can't use two lists. You have provided no reasoning for why you can't use two lists. All you say is that it can't be done. I'm sorry, but that an unsatisfactory answer.

If you explain why it is impossible to use two lists, we may find a way around it. But as of now, I see no reason it would be impossible. And as such, using two lists would be the simplest solution and require no CSS.

If, at such a time, you provide a compelling reason for the impossibility of using two lists, we can explore your CSS options.
Feb 19 '13 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: massimo | last post by:
Hey, I wrote this program which should take the numbers entered and sort them out. It doesnąt matter what order, if decreasing or increasing. I guess I'm confused in the sorting part. Anyone...
10
by: Kent | last post by:
Hi! I want to store data (of enemys in a game) as a linked list, each node will look something like the following: struct node { double x,y; // x and y position coordinates struct enemy...
24
by: Robin Cole | last post by:
I'd like a code review if anyone has the time. The code implements a basic skip list library for generic use. I use the following header for debug macros: /* public.h - Public declarations and...
4
by: JS | last post by:
I have a file called test.c. There I create a pointer to a pcb struct: struct pcb {   void *(*start_routine) (void *);   void *arg;   jmp_buf state;   int    stack; }; ...
3
by: chellappa | last post by:
hi this simple sorting , but it not running...please correect error for sorting using pointer or linked list sorting , i did value sorting in linkedlist please correct error #include<stdio.h>...
0
by: drewy2k12 | last post by:
Heres the story, I have to create a doubly linked list for class, and i have no clue on how to do it, i can barely create a single linked list. It has to have both a head and a tail pointer, and...
10
by: AZRebelCowgirl73 | last post by:
This is what I have so far: My program! import java.util.*; import java.lang.*; import java.io.*; import ch06.lists.*; public class UIandDB {
0
by: Atos | last post by:
SINGLE-LINKED LIST Let's start with the simplest kind of linked list : the single-linked list which only has one link per node. That node except from the data it contains, which might be...
12
by: kalyan | last post by:
Hi, I am using Linux + SysV Shared memory (sorry, but my question is all about offset + pointers and not about linux/IPC) and hence use offset's instead on pointers to store the linked list in...
7
by: QiongZ | last post by:
Hi, I just recently started studying C++ and basically copied an example in the textbook into VS2008, but it doesn't compile. I tried to modify the code by eliminating all the templates then it...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.