Click here to Skip to main content
15,908,661 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Showing HTML Page Inside an aspx page Pin
minhpc_bk10-Nov-05 16:44
minhpc_bk10-Nov-05 16:44 
QuestionHow to BINDING data from MS Access to Web page and vice versa Pin
thnguyen9-Nov-05 23:26
thnguyen9-Nov-05 23:26 
QuestionUser Roles Pin
Illegal Operation9-Nov-05 18:40
Illegal Operation9-Nov-05 18:40 
AnswerRe: User Roles Pin
minhpc_bk10-Nov-05 16:58
minhpc_bk10-Nov-05 16:58 
QuestionHow to print Header and Footer On Every Page when using Window.Print() Pin
Rajkamal_dfine9-Nov-05 17:46
Rajkamal_dfine9-Nov-05 17:46 
AnswerRe: How to print Header and Footer On Every Page when using Window.Print() Pin
rihdus9-Nov-05 18:08
rihdus9-Nov-05 18:08 
Questioncan not retrieve the url address Pin
llp00na9-Nov-05 4:12
llp00na9-Nov-05 4:12 
QuestionAdvanced StyleSheet Question Pin
matthias s.9-Nov-05 1:16
matthias s.9-Nov-05 1:16 
Hi there,

in order to explain the problem, I show the html first:



As you can see, just a simple list which when in place should assemble a horizontally aligned list of menu items. I used the following definitions in my stylesheet:

#NavigatorBlock #NavButtons
{
}
#NavigatorBlock #NavButtons ul
{
list-style-type:none;
padding:0px;
margin:0px;
}
#NavigatorBlock #NavButtons li
{
display:inline;
padding:0px;
margin:0px;
}
#NavigatorBlock #NavButtons li a
{
text-decoration: none;
padding:2px;
background-color:#D6E1FA;
}

#NavigatorBlock is a floating div with a fixed width. It works actually pretty fine. I still have to apply some padding and background images, but it seems to show up as expected.

My question is: The individual items in the ul should all be of the same size and fill up the width of the #NavigatorBlock. I've tried to use percentage values (I know how many
  • items will be in there, but there is no effect. Can somebody help me out on this one? Any help is greatly appreceated.

    /matthias


    I love deadlines. I like the whooshing sound they make as they fly by.
    [Douglas Adams]

  • AnswerRe: Advanced StyleSheet Question Pin
    Curtis Schlak.22-Nov-05 15:15
    Curtis Schlak.22-Nov-05 15:15 
    Questionclient side js poly drawing Pin
    g00fyman8-Nov-05 17:14
    g00fyman8-Nov-05 17:14 
    QuestionVisual Web Developer express Pin
    ed welch8-Nov-05 4:54
    ed welch8-Nov-05 4:54 
    AnswerRe: Visual Web Developer express Pin
    MoustafaS9-Nov-05 14:26
    MoustafaS9-Nov-05 14:26 
    AnswerRe: Visual Web Developer express Pin
    ed welch10-Nov-05 22:49
    ed welch10-Nov-05 22:49 
    QuestionUPLOAD PROBLEM Pin
    Greeky8-Nov-05 3:41
    Greeky8-Nov-05 3:41 
    QuestionAspx page inside Div Pin
    K.P.Kannan7-Nov-05 20:56
    K.P.Kannan7-Nov-05 20:56 
    AnswerRe: Aspx page inside Div Pin
    Curtis Schlak.22-Nov-05 15:17
    Curtis Schlak.22-Nov-05 15:17 
    QuestionProblem in Browser control Pin
    JayaDurai7-Nov-05 17:49
    JayaDurai7-Nov-05 17:49 
    QuestionApply CSS in ASP Pin
    chintu4u sa7-Nov-05 2:29
    chintu4u sa7-Nov-05 2:29 
    AnswerRe: Apply CSS in ASP Pin
    Christian Graus7-Nov-05 16:01
    protectorChristian Graus7-Nov-05 16:01 
    GeneralRe: Apply CSS in ASP Pin
    chintu4u sa7-Nov-05 19:37
    chintu4u sa7-Nov-05 19:37 
    GeneralRe: Apply CSS in ASP Pin
    Christian Graus8-Nov-05 11:30
    protectorChristian Graus8-Nov-05 11:30 
    QuestionRequired ASP ebook Pin
    adi447-Nov-05 1:58
    adi447-Nov-05 1:58 
    AnswerRe: Required ASP ebook Pin
    Christian Graus7-Nov-05 16:01
    protectorChristian Graus7-Nov-05 16:01 
    QuestionMessage Board Pin
    Illegal Operation6-Nov-05 21:14
    Illegal Operation6-Nov-05 21:14 
    AnswerRe: Message Board Pin
    MoustafaS7-Nov-05 15:49
    MoustafaS7-Nov-05 15:49 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.