inspirilizationist
-
Trouble with centering menu using float
No, that was fine, still do not know why Codepen was having an issue with that as the browsers displayed it fine. I found the problem with the font attributes being incorrect. I needed to change the "header a:{" to "header a:links{&qu…
-
Trouble with centering menu using float
Okay, thanks all. I tried Paulie-D's suggestion and it works, but now my header menu text attributes are not all functioning correct. It looks correct in CodePen except for the last link on right does not fit in provided space, but it fits fin…
-
Multiple fixed sidebar issue
Oh Yeah, I also had to change the id of the side bars and each css style for them from "sidebar and sidebar1" to "left-sidebar and right-sidebar", this was necessary!
-
Multiple fixed sidebar issue
Thanks, yeah I just replaced "float:left;" with "left:0;" , same for the right sidebar and voila, they are both fixed in their correct position on the opposite sides of the page at the same time :)