• Resolved merajj

    (@merajj)


    i am having a very simple issue with my blog lay out. i have it very close to what i want but am having a silly problem with the links at the top. here is my site. as you can see, i am trying to create a static home page and have a link to the blog as a separate page. note that when you click the blog link you lose access to the link bar, and when you click the home link on the right the home link on the left goes away… i would like it to be structured as

    [home] [portfolio] [contact] [blog]

    and not have the links disappear at any given point..

    any advice would be greatly appreciated :]

Viewing 3 replies - 16 through 18 (of 18 total)
  • For your bold line, in line 27 of style.css, change ‘border-bottom:2px solid #000’ to ‘border-bottom:1px solid #eee’.

    Thread Starter merajj

    (@merajj)

    thanks ! the code i actually used to fix it was

    {border-bottom:0px solid #000;}

    not sure why that works but it looks right ;]

    Its because the adjacent div also has a border that it shares with the one you suppressed. Be careful that the other div always shows, or else you will have no border at all.

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Simple problem’ is closed to new replies.