"connect with audiences" is the most obvious corporate speak you can think of.
I only bought Need for Speed from EA because it was the only racing game with cops in existence and I dig that. Now that they killed off NFS franchise, I have nothing to spend money on. EA is officially dead for me, just like Ubisoft which I've been boycotting for some 20 years now...
I wouldn't call it dog water - it's far from my genre of game, but different strokes for different folks. My frustration comes from releasing a new game every year and charging full price when they could easily just patch in new squads and the like on the game that I already have.
BUT if I pay full price for a game, especially these days when it is 50/60 GBP, going up to 70/80 GBP for a deluxe version, the idea of adverts being injected into my experience stinks.
Question
deactivated01032015
I have a problem with positioning a div. Probably a simple solution but somehow I can't figure it out.
Code is as follows:
CSS
* { margin: 0; padding: 0; } body { font-family: Verdana, Geneva, sans-serif; font-size: 12px; background-color: #000; color: #FFF; } #back { } #header { background-color: #FFF; color: #000; position: fixed; width: 100%; height: 80px; top: 0; right: 0; bottom: auto; left: 0; } #main { background-color: #4D575B; position: fixed; width: auto; height: auto; top: 80px; right: 0; bottom: 60px; left: 0; } #footer { background-color: #342824; position: fixed; width: 100%; height: 60px; top: auto; right: 0; bottom: 0; left: 0; } #box { background-color: #090; position: absolute; width: 600px; height: 100%; left: 25%; right: auto; }HTML
How can I put a box div over the rest of them while keeping it centered on the page, no matter the size of the browsing window?
Hope I made my self clear.
Link to comment
https://www.neowin.net/forum/topic/700464-positioning/Share on other sites
21 answers to this question
Recommended Posts